mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 13:50:51 +01:00
chore: persist /srv on gustave
This commit is contained in:
parent
d98e6c98b9
commit
4adb0448c5
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
directories = [
|
||||
"/var/lib"
|
||||
"/var/log"
|
||||
"/srv"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
@ -84,6 +85,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
fileSystems."/srv".neededForBoot = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.tailscale ];
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue