Revert "Revert "Revert "fix paths back"""
This reverts commit 64b92b335a
.
This commit is contained in:
parent
4c63167e02
commit
930f566943
|
@ -450,10 +450,10 @@ in
|
||||||
|
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
# init password
|
# init password
|
||||||
hashedPassword = builtins.readFile "/data/nixos/password.secret";
|
hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret";
|
||||||
|
|
||||||
# use same keys as my main user
|
# 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 = {
|
home-manager.users.root = {
|
||||||
|
@ -482,7 +482,7 @@ in
|
||||||
extraGroups = [ "vboxusers" "wheel" ];
|
extraGroups = [ "vboxusers" "wheel" ];
|
||||||
|
|
||||||
# init password
|
# init password
|
||||||
hashedPassword = builtins.readFile "/data/nixos/password.secret";
|
hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret";
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.cullmann = {
|
home-manager.users.cullmann = {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
# Shared config of all machines
|
# Shared config of all machines
|
||||||
/data/nixos/common.nix
|
/mnt/data/nixos/common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# amd graphics
|
# amd graphics
|
||||||
|
|
Loading…
Reference in a new issue