chore: refactor user modules
This commit is contained in:
10
users/phundrak/host/tilo.nix
Normal file
10
users/phundrak/host/tilo.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{config, ...}: {
|
||||
imports = [../light-home.nix];
|
||||
home = {
|
||||
cli.nh.flake = "${config.home.homeDirectory}/nixos";
|
||||
phundrak.sshKey = {
|
||||
content = builtins.readFile ../../../keys/id_tilo.pub;
|
||||
# file = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user