Move nix-cache01 /nix
This commit is contained in:
parent
1eb100d4ba
commit
3960ec40b9
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user