Server/rust_motd: add nix to filesystems
This commit is contained in:
parent
2c45da4844
commit
97b30aa8fc
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
settings = {
|
||||
filesystems = {
|
||||
Root = "/";
|
||||
"Nix Store" = "/nix";
|
||||
Boot = "/boot/efi";
|
||||
};
|
||||
last_run.last_run = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue