Compare commits
6 Commits
9bfc71f9ac
...
aa3e788593
| Author | SHA1 | Date | |
|---|---|---|---|
| aa3e788593 | |||
| 02e578fe70 | |||
| 8b92e51ef7 | |||
| 7798872bbf | |||
| cf41285cb8 | |||
| 5a0a525f64 |
@@ -45,12 +45,6 @@
|
|||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
options = [ "zfsutil" "X-mount.mkdir" ];
|
options = [ "zfsutil" "X-mount.mkdir" ];
|
||||||
};
|
};
|
||||||
fileSystems."/var/lib/atticd" =
|
|
||||||
{
|
|
||||||
device = "rpool/nixos/var/lib/atticd";
|
|
||||||
fsType = "zfs";
|
|
||||||
options = [ "zfsutil" "X-mount.mkdir" ];
|
|
||||||
};
|
|
||||||
fileSystems."/var/log" =
|
fileSystems."/var/log" =
|
||||||
{
|
{
|
||||||
device = "rpool/nixos/var/log";
|
device = "rpool/nixos/var/log";
|
||||||
|
|||||||
Reference in New Issue
Block a user