From 134455c7bf68c703e277c8ac57691585883e0e75 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 10 Jan 2024 21:51:54 +0100 Subject: Revert "fix paths back" This reverts commit 4ebe93febd2ddb72da17d45db7ea8a8a5b30004f. --- common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 561dd8c..4ac2b63 100644 --- a/common.nix +++ b/common.nix @@ -453,10 +453,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 = { @@ -485,7 +485,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