mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
some hetzner cleanup
This commit is contained in:
parent
8480a27501
commit
c474b2b808
1 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,6 @@
|
|||
".local/share/direnv"
|
||||
];
|
||||
files = [
|
||||
".screenrc"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -80,7 +79,6 @@
|
|||
".local/share/direnv"
|
||||
];
|
||||
files = [
|
||||
".screenrc"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -182,7 +180,9 @@
|
|||
mountOptions = [ "compress=zstd" "noatime" ];
|
||||
mountpoint = "/nix";
|
||||
};
|
||||
"/nix/persistent" = {};
|
||||
"/nix/persistent" = {
|
||||
mountpoint = "/nix/persistent";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue