use again bcachefs, but with multiple disks

This commit is contained in:
Christoph Cullmann 2024-08-18 18:53:31 +02:00
parent c67ff4d387
commit 584c54f8f9
No known key found for this signature in database
6 changed files with 72 additions and 172 deletions

View file

@ -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");
};
#