refactor: move common hosts config into 'modules/common.nix'
This commit is contained in:
10
modules/common.nix
Normal file
10
modules/common.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
Reference in New Issue
Block a user