use again bcachefs, but with multiple disks
This commit is contained in:
parent
c67ff4d387
commit
584c54f8f9
6 changed files with 72 additions and 172 deletions
|
@ -23,10 +23,10 @@ in
|
|||
|
||||
users.root = {
|
||||
# init password
|
||||
hashedPassword = builtins.readFile "/data/nixos/password.secret";
|
||||
hashedPassword = builtins.readFile "/nix/data/nixos/password.secret";
|
||||
|
||||
# use fixed auth keys
|
||||
openssh.authorizedKeys.keys = pkgs.lib.splitString "\n" (builtins.readFile "/data/nixos/authorized_keys.secret");
|
||||
openssh.authorizedKeys.keys = pkgs.lib.splitString "\n" (builtins.readFile "/nix/data/nixos/authorized_keys.secret");
|
||||
};
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue