treewide: lay base for shared configuration with darwin machines
This commit is contained in:
parent
73a5e1e56e
commit
3f958ff6d6
10 changed files with 57 additions and 74 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue