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