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

This commit is contained in:
2025-12-03 15:53:22 +01:00
parent cd3b5409b2
commit 0b58850f16
4 changed files with 13 additions and 27 deletions
+10
View File
@@ -0,0 +1,10 @@
{
system.stateVersion = "25.05";
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nixpkgs.config.allowUnfree = true;
}