fix home-manager in nixos config
This commit is contained in:
parent
f1e972dba8
commit
b15138f104
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ in
|
||||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZyQSZw+pExsx2RXB+yxbaJGB9mtvudbQ/BP7E1yKvr openpgp:0x6068FEBB" ];
|
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZyQSZw+pExsx2RXB+yxbaJGB9mtvudbQ/BP7E1yKvr openpgp:0x6068FEBB" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.sammy = lib.mkIf cfg.sammy.enable (import ../../users/sammy.nix)
|
home-manager.users.sammy = lib.mkIf cfg.sammy.enable (import ../../users/sammy.nix);
|
||||||
// lib.mkIf (lib.pathExists (../../users + "/sammy@${hostname}.nix")) (import ../../users + "sammy@${hostname}.nix");
|
# something with this is wrong lol // lib.mkIf (lib.pathExists (../../users + "/sammy@${hostname}.nix")) (import ../../users + "sammy@${hostname}.nix");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue