parent
134455c7bf
commit
64b92b335a
|
@ -453,10 +453,10 @@ in
|
||||||
|
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
# init password
|
# init password
|
||||||
hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret";
|
hashedPassword = builtins.readFile "/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 = {
|
||||||
|
@ -485,7 +485,7 @@ in
|
||||||
extraGroups = [ "vboxusers" "wheel" ];
|
extraGroups = [ "vboxusers" "wheel" ];
|
||||||
|
|
||||||
# init password
|
# init password
|
||||||
hashedPassword = builtins.readFile "/mnt/data/nixos/password.secret";
|
hashedPassword = builtins.readFile "/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
|
||||||
/mnt/data/nixos/common.nix
|
/data/nixos/common.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# amd graphics
|
# amd graphics
|
||||||
|
|
Loading…
Reference in a new issue