Small changes

This commit is contained in:
2022-04-06 19:38:19 -04:00
parent 4d4b0b8240
commit c8bf265f83
6 changed files with 12 additions and 16 deletions

View File

@@ -12,16 +12,9 @@
networking.hostName = "s0";
boot.initrd.luks.devices."enc-pv" = {
device = "/dev/disk/by-uuid/96b216e1-071b-4c02-899e-29e2eeced7a8";
allowDiscards = true;
};
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
networking.interfaces.eth0.useDHCP = true;
system.autoUpgrade.enable = true;
boot.supportedFilesystems = [ "bcachefs" ];
@@ -33,6 +26,4 @@
users.users.googlebot.packages = with pkgs; [
bcachefs-tools
];
zramSwap.enable = true;
}