File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 ] ;
1616 files = [
1717 { file = "/etc/machine-id" ; inInitrd = true ; how = "symlink" ; configureParent = true ; }
18- { file = "/etc/NIXOS" ; inInitrd = true ; how = "symlink" ; }
19- { file = "/etc/ssh/ssh_host_ed25519_key" ; mode = "0700" ; inInitrd = true ; }
20- { file = "/etc/ssh/ssh_host_ed25519_key.pub" ; inInitrd = true ; }
21- { file = "/etc/ssh/ssh_host_rsa_key" ; mode = "0700" ; inInitrd = true ; }
22- { file = "/etc/ssh/ssh_host_rsa_key.pub" ; inInitrd = true ; }
18+ { file = "/etc/NIXOS" ; inInitrd = true ; how = "symlink" ; configureParent = true ; }
19+ { file = "/etc/ssh/ssh_host_ed25519_key" ; mode = "0700" ; inInitrd = true ; configureParent = true ; how = "symlink" ; }
20+ { file = "/etc/ssh/ssh_host_ed25519_key.pub" ; inInitrd = true ; configureParent = true ; how = "symlink" ; }
21+ { file = "/etc/ssh/ssh_host_rsa_key" ; mode = "0700" ; inInitrd = true ; configureParent = true ; how = "symlink" ; }
22+ { file = "/etc/ssh/ssh_host_rsa_key.pub" ; inInitrd = true ; configureParent = true ; how = "symlink" ; }
2323 ] ;
2424 } ;
2525 } ;
You can’t perform that action at this time.
0 commit comments