machines/newton: migrate from /srv to /data

This commit is contained in:
Felix Buehler 2023-10-16 23:12:26 +02:00
parent d2a097ce89
commit 718877b329
3 changed files with 14 additions and 14 deletions

View file

@ -52,12 +52,12 @@
mountpoint = "/";
};
};
srv = {
data = {
size = "350G";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/srv";
mountpoint = "/data";
};
};
swap = {