refactor: move common hosts config into 'modules/common.nix'

This commit is contained in:
2025-12-03 14:31:23 +01:00
parent 9765d93f9f
commit a9ffcc12ee
4 changed files with 13 additions and 27 deletions

10
modules/common.nix Normal file
View File

@@ -0,0 +1,10 @@
{
system.stateVersion = "25.05";
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nixpkgs.config.allowUnfree = true;
}