Compare commits
6 Commits
aa3e788593
...
9bfc71f9ac
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bfc71f9ac | |||
| d61d56bf0f | |||
| 592d0a8f8d | |||
| 04fe2d36a9 | |||
| 382b2c374d | |||
| 58d54d1f17 |
@@ -45,6 +45,12 @@
|
||||
fsType = "zfs";
|
||||
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" =
|
||||
{
|
||||
device = "rpool/nixos/var/log";
|
||||
|
||||
Reference in New Issue
Block a user