Compare commits
3 Commits
49e074965c
...
ec7c883ae4
| Author | SHA1 | Date | |
|---|---|---|---|
| ec7c883ae4 | |||
| c2c4fa0226 | |||
| bcb2bb252d |
@ -37,9 +37,17 @@
|
|||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.ssh.extraConfig = ''
|
boot.swraid = {
|
||||||
Host hut
|
enable = true;
|
||||||
ProxyJump ssfhead
|
mdadmConf = ''
|
||||||
HostName xeon07
|
DEVICE partitions
|
||||||
'';
|
ARRAY /dev/md0 metadata=1.2 UUID=496db1e2:056a92aa:a544543f:40db379d
|
||||||
|
MAILADDR root
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
fileSystems."/vault" = {
|
||||||
|
device = "/dev/disk/by-label/vault";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user