From 930f566943a9766cf7a2bc505c3168e6b030cfa4 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 11 Jan 2024 18:34:57 +0100 Subject: Revert "Revert "Revert "fix paths back""" This reverts commit 64b92b335a5ba4c125d1aeeeab1ee291305e09ad. --- common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 9d97ed1..74c8661 100644 --- a/common.nix +++ b/common.nix @@ -450,10 +450,10 @@ in users.users.root = { # init password - hashedPassword = builtins.readFile "/data/nixos/password.secret"; + hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret"; # use same keys as my main user - openssh.authorizedKeys.keys = pkgs.lib.splitString "\n" (builtins.readFile "/home/cullmann/.ssh/authorized_keys"); + # openssh.authorizedKeys.keys = pkgs.lib.splitString "\n" (builtins.readFile "/home/cullmann/.ssh/authorized_keys"); }; home-manager.users.root = { @@ -482,7 +482,7 @@ in extraGroups = [ "vboxusers" "wheel" ]; # init password - hashedPassword = builtins.readFile "/data/nixos/password.secret"; + hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret"; }; home-manager.users.cullmann = { -- cgit v1.2.3