first working build of rewrite
This commit is contained in:
commit
44a3f420c6
29 changed files with 1261 additions and 0 deletions
9
modules/system/services/default.nix
Normal file
9
modules/system/services/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs,config,...}:{
|
||||
imports = [
|
||||
./tailscale.nix
|
||||
./pipewire.nix
|
||||
];
|
||||
|
||||
speccon18.tailscale.enable = true;
|
||||
speccon18.sound.pipewire.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue