nixos/castle: Add boardie

This commit is contained in:
2023-04-23 23:44:55 +01:00
parent 28d3a9b83f
commit c6c6ee4d72
7 changed files with 229 additions and 41 deletions

View File

@@ -74,6 +74,7 @@ in
inputs.deploy-rs.overlay
inputs.sharry.overlays.default
inputs.borgthin.overlays.default
inputs.boardie.overlays.default
];
config = {
allowUnfree = true;

View File

@@ -23,6 +23,10 @@ in
security.polkit.enable = true;
environment.systemPackages = with pkgs; [
# for pw-jack
pipewire.jack
];
services = {
pipewire = {
enable = true;