loki: cleanup
This commit is contained in:
parent
5be8733acc
commit
5e75280cd7
1 changed files with 0 additions and 7 deletions
|
@ -7,8 +7,6 @@
|
|||
nixos-hardware.nixosModules.common-gpu-amd
|
||||
nixos-hardware.nixosModules.common-pc-ssd
|
||||
|
||||
# microvm.nixosModules.host
|
||||
|
||||
# ./vm.nix
|
||||
|
||||
../../users/erwin
|
||||
|
@ -102,9 +100,6 @@
|
|||
|
||||
swapDevices = [ { device = "/dev/disk/by-uuid/d93788f7-1b94-4687-8313-055d17f42b7e"; } ];
|
||||
|
||||
# high-resolution display
|
||||
# hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
|
||||
hardware = {
|
||||
# Enable firmware
|
||||
enableAllFirmware = true;
|
||||
|
@ -386,7 +381,6 @@
|
|||
};
|
||||
|
||||
envfs.enable = true;
|
||||
cpupower-gui.enable = true;
|
||||
teamviewer.enable = true;
|
||||
sunshine = {
|
||||
enable = true;
|
||||
|
@ -421,7 +415,6 @@
|
|||
river.enable = true;
|
||||
|
||||
gnome-disks.enable = true;
|
||||
# ssh.startAgent = true;
|
||||
|
||||
gamemode = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue