vm: add btrfs

main
Motiejus Jakštys 2024-03-13 15:04:04 +02:00
parent 5716d8dca8
commit 7e93688025
4 changed files with 5 additions and 0 deletions

View File

@ -39,5 +39,6 @@
hostName = "op5p";
domain = "jakstys.lt";
firewall.allowedTCPPorts = [22];
hostId = "abefef01";
};
}

View File

@ -45,5 +45,6 @@
hostName = "vm";
domain = "jakstys.lt";
firewall.allowedTCPPorts = [22];
hostId = "abefef01";
};
}

View File

@ -83,5 +83,6 @@ in {
hostName = "vno1-op5p";
domain = "jakstys.lt";
firewall.allowedTCPPorts = [22];
hostId = "81e10bcc";
};
}

View File

@ -49,6 +49,8 @@ in {
};
kernelPackages = lib.mkDefault pkgs.zfs.latestCompatibleLinuxPackages;
supportedFilesystems = ["zfs" "btrfs"];
};
nixpkgs.config.allowUnfree = true;