Revert "vm: add btrfs"

This reverts commit 7e93688025.
main
Motiejus Jakštys 2024-03-13 16:18:35 +02:00
parent 8059da9db6
commit c291c2ece7
4 changed files with 0 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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