Move nix-cache01 /nix

This commit is contained in:
Torjus Håkestad 2025-01-23 23:42:16 +01:00
parent 1eb100d4ba
commit 3960ec40b9
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -11,6 +11,10 @@
../../common/vm
];
fileSystems."/nix" = {
device = "/dev/disk/by-label/nixcache";
fsType = "xfs";
};
nixpkgs.config.allowUnfree = true;
# Use the systemd-boot EFI boot loader.
boot.loader.grub = {