diff --git a/hosts/franz/default.nix b/hosts/franz/default.nix index f30a5fe..68ec74c 100644 --- a/hosts/franz/default.nix +++ b/hosts/franz/default.nix @@ -40,6 +40,11 @@ in { fileSystems."/storage/dataset".options = ["noauto"]; fileSystems."/storage".options = ["noauto"]; + fileSystems."/home/ghoscht/.zfs" = { + device = "/dev/disk/by-label/SECRET_KEYS"; + fsType = "vfat"; + }; + users.mutableUsers = true; users.users.${vars.user} = { password = "changeme";