tailscale and cosmic
This commit is contained in:
parent
5d98b5e3fd
commit
778382abc7
2 changed files with 2 additions and 1 deletions
|
|
@ -57,6 +57,7 @@
|
|||
./extras/uwuraid.nix
|
||||
./extras/dev.nix
|
||||
./extras/gaming.nix
|
||||
./extras/cosmic.nix
|
||||
];
|
||||
};
|
||||
# NObangers = nixos-system [
|
||||
|
|
|
|||
|
|
@ -28,9 +28,9 @@
|
|||
];
|
||||
programs.partition-manager.enable = lib.mkDefault true;
|
||||
|
||||
services.resolved.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale.package = pkgs.tailscale;
|
||||
services.resolved.enable = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.flatpak.enable = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue