remove "parts" directory and restructure modules
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
./steam.nix
|
||||
./network.nix
|
||||
./syncthing.nix
|
||||
../../system
|
||||
|
||||
self.nixosModules.desktop
|
||||
self.nixosModules.nix-defaults
|
||||
@@ -71,5 +70,17 @@
|
||||
'';
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
i18n.supportedLocales = [
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"fr_FR.UTF-8/UTF-8"
|
||||
];
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
wheelNeedsPassword = false;
|
||||
};
|
||||
|
||||
services.tailscale.useRoutingFeatures = "client";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user