Added wastring.com
This commit is contained in:
parent
b33636b24d
commit
22f598ec50
6 changed files with 41 additions and 13 deletions
|
@ -33,6 +33,16 @@ in
|
|||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
|
||||
};
|
||||
|
||||
programs.ssh.knownHosts = {
|
||||
desktop = {
|
||||
extraHostNames = [ "192.168.1.227" ];
|
||||
publicKeyFile = ../../keys/desktop_rsa_pubkey;
|
||||
};
|
||||
"192.168.1.227" = {
|
||||
publicKeyFile = ../../keys/desktop_rsa_pubkey;
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.extraSpecialArgs = { inherit inputs pkgs; };
|
||||
home-manager.users.fw = {
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue