summaryrefslogtreecommitdiff
path: root/share/users.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-08-18 18:53:31 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-08-18 18:53:31 +0200
commit584c54f8f9d491b58aa14e5d5deea86b0309f592 (patch)
treebe711eaa3b786584abc6c7d6393dbcf263acfe5b /share/users.nix
parentc67ff4d387b7dc4087383493b494068f3f0004e0 (diff)
use again bcachefs, but with multiple disks
Diffstat (limited to 'share/users.nix')
-rw-r--r--share/users.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/users.nix b/share/users.nix
index fde40bf..687f0f5 100644
--- a/share/users.nix
+++ b/share/users.nix
@@ -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");
};
#