Server/rust_motd: add nix to filesystems

This commit is contained in:
Toast 2024-08-16 20:38:54 +02:00
parent 2c45da4844
commit 97b30aa8fc

View file

@ -5,6 +5,7 @@
settings = {
filesystems = {
Root = "/";
"Nix Store" = "/nix";
Boot = "/boot/efi";
};
last_run.last_run = true;