mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
machines/newton: migrate from /srv to /data
This commit is contained in:
parent
d2a097ce89
commit
718877b329
3 changed files with 14 additions and 14 deletions
|
@ -52,12 +52,12 @@
|
|||
mountpoint = "/";
|
||||
};
|
||||
};
|
||||
srv = {
|
||||
data = {
|
||||
size = "350G";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
mountpoint = "/srv";
|
||||
mountpoint = "/data";
|
||||
};
|
||||
};
|
||||
swap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue