restructure
This commit is contained in:
parent
4922f8f7cb
commit
ffe40ca5e7
25 changed files with 84 additions and 66 deletions
|
|
@ -17,7 +17,7 @@
|
|||
cpuFreqGovernor = "ondemand";
|
||||
};
|
||||
|
||||
desktop.enable = true;
|
||||
hd.desktop.enable = true;
|
||||
|
||||
nix = {
|
||||
buildMachines = [
|
||||
|
|
@ -43,6 +43,10 @@
|
|||
'';
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# ====== DON'T CHANGE ======
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue