disable more stuff
This commit is contained in:
parent
556d0e28ea
commit
369eb50e11
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,12 @@
|
||||||
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
|
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
programs.partition-manager.enable = false;
|
||||||
|
|
||||||
|
services.tailscale.enable = true;
|
||||||
|
services.openssh.enable = true;
|
||||||
|
services.flatpak.enable = false;
|
||||||
|
services.printing.enable = false;
|
||||||
services.btrfs.autoScrub.enable = false;
|
services.btrfs.autoScrub.enable = false;
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "usbhid" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "usbhid" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue