From 97b30aa8fc0553f47ef03d9dc362c9e2d071be4c Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 16 Aug 2024 20:38:54 +0200 Subject: [PATCH] Server/rust_motd: add nix to filesystems --- roles/server/rust_motd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/server/rust_motd.nix b/roles/server/rust_motd.nix index d92dafd..f8560c0 100644 --- a/roles/server/rust_motd.nix +++ b/roles/server/rust_motd.nix @@ -5,6 +5,7 @@ settings = { filesystems = { Root = "/"; + "Nix Store" = "/nix"; Boot = "/boot/efi"; }; last_run.last_run = true;