remove "parts" directory and restructure modules

This commit is contained in:
2025-10-01 19:36:53 +02:00
parent 4b26b8da52
commit f2cf7d36de
19 changed files with 77 additions and 117 deletions

View File

@@ -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";
}