From 3960ec40b9afc573b69044f86f954cb5ca052d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 23 Jan 2025 23:42:16 +0100 Subject: [PATCH] Move nix-cache01 /nix --- hosts/nix-cache01/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/nix-cache01/configuration.nix b/hosts/nix-cache01/configuration.nix index 06817a3..2eb63ba 100644 --- a/hosts/nix-cache01/configuration.nix +++ b/hosts/nix-cache01/configuration.nix @@ -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 = {