mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moved settings to each system configuration added per system volume increments
This commit is contained in:
parent
c525bfa78e
commit
c4079791b5
5 changed files with 271 additions and 17 deletions
|
|
@ -29,7 +29,7 @@
|
|||
bitwarden #store stuff
|
||||
qbittorrent #steal stuff
|
||||
];
|
||||
networking.hostName = "gerg-desktop";
|
||||
networking.hostName = settings.hostname;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
#user managment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue