treewide: lay base for shared configuration with darwin machines

This commit is contained in:
Charlotte Van Petegem 2024-07-18 11:01:12 +02:00
parent 73a5e1e56e
commit 3f958ff6d6
10 changed files with 57 additions and 74 deletions

View file

@ -18,13 +18,9 @@
upgrade = true;
};
};
networking = {
computerName = "Thaylen City";
hostName = "thaylen-city";
};
networking.computerName = "Thaylen City";
nix = {
extraOptions = ''
experimental-features = nix-command flakes
keep-outputs = true
keep-derivations = true
'';