fix snowbelle specific home man config
This commit is contained in:
@@ -16,9 +16,9 @@ in
|
||||
../../../modules/gameservers/minecraft_recpro
|
||||
];
|
||||
|
||||
# home-manager.users.blake.imports = [
|
||||
# ../../../users/blake/hosts/snowbelle.nix
|
||||
# ];
|
||||
home-manager.users.blake.imports = [
|
||||
../../../users/blake/hosts/snowbelle.nix
|
||||
];
|
||||
|
||||
system = {
|
||||
ssh.enable = true;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
...
|
||||
}: let
|
||||
home_dir = config.home.homeDirectory;
|
||||
#home_dir = "/home/blake";
|
||||
in {
|
||||
imports = [
|
||||
../dots/core
|
||||
|
||||
Reference in New Issue
Block a user