Small changes
This commit is contained in:
@@ -264,6 +264,7 @@ in {
|
||||
"george@runyan.org"
|
||||
"joslyn@runyan.org"
|
||||
"damon@runyan.org"
|
||||
"jonas@runyan.org"
|
||||
];
|
||||
certificateScheme = 3; # use let's encrypt for certs
|
||||
};
|
||||
|
||||
@@ -47,12 +47,6 @@
|
||||
};
|
||||
|
||||
|
||||
services.archivebox = {
|
||||
enable = false;
|
||||
hostname = "localhost";
|
||||
publicCreateSnapshots = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
services.zerotierone.enable = true;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user