We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6111486 commit c7b1944Copy full SHA for c7b1944
hosts/marie-nas/state.nix
@@ -30,7 +30,7 @@
30
{ file = "/etc/ssh/ssh_host_ed25519_key.pub"; inInitrd = true; configureParent = true; how = "symlink"; }
31
{ file = "/etc/ssh/ssh_host_rsa_key"; mode = "0700"; inInitrd = true; configureParent = true; how = "symlink"; }
32
{ file = "/etc/ssh/ssh_host_rsa_key.pub"; inInitrd = true; configureParent = true; how = "symlink"; }
33
- { file = "/etc/zfs/zpool.cache"; inInitrd = true; how = "symlink"; }
+ { file = "/etc/zfs/zpool.cache"; inInitrd = true; configureParent = true; how = "symlink"; }
34
];
35
};
36
0 commit comments