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;