WIP
This commit is contained in:
@@ -15,6 +15,7 @@ in
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIAUa4dcg1TWc4pW++uodyhX4eOqrX/QYIxFWtEP7HFJ john@john-pc-ubuntu"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMOkGLo4N/L3RYvaIZ1FmePlxa1HK0fMciZxKtRhN58F root@janus"
|
||||
];
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
@@ -31,7 +32,7 @@ in
|
||||
|
||||
imports = with inputs.self.homeModules; [
|
||||
base
|
||||
docker
|
||||
# docker
|
||||
# resticprofile
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user