Mabon plans. Samhain work in progress continuations.

This commit is contained in:
kat witch 2020-11-30 02:33:18 +00:00 committed by kat
parent 194eed8742
commit 361576ad24
4 changed files with 14 additions and 3 deletions

View file

@ -14,6 +14,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "zfs" "xfs" ];
networking.hostName = "samhain";
networking.hostId = "617050fc";

View file

@ -43,6 +43,11 @@
fsType = "zfs";
};
fileSystems."/disks/excess" =
{ device = "/dev/disk/by-uuid/0af88a48-ccfd-4e54-9652-a5ae7f74e21d";
fsType = "xfs";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/88595373-9566-401b-8c9b-03bbc8314f1b"; }
];

View file

@ -25,7 +25,8 @@ in {
nix.gc.options = lib.mkDefault "--delete-older-than 1w";
nix.trustedUsers = [ "root" "@wheel" ];
environment.variables.EDITOR = "kak";
boot.supportedFilesystems = [ "zfs" ];
services.openssh.enable = true;
services.openssh.ports = lib.mkDefault [ 62954 ];
services.openssh.passwordAuthentication = false;