the configuration for all my nixos machines (hacky! bad! ugly!)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set up ssh-agent on desktop machines

+2
+1
modules/home/profiles/desktop/default.nix
··· 39 39 programs.firefox.enable = true; 40 40 programs.emacs.enable = true; 41 41 programs.foot.enable = true; 42 + services.ssh-agent.enable = true; 42 43 services.emacs.enable = true; 43 44 services.emacs.defaultEditor = true; 44 45 services.emacs.startWithUserSession = "graphical";
+1
modules/nixos/default.nix
··· 69 69 "wireshark" 70 70 "dialout" 71 71 ]; 72 + linger = true; 72 73 openssh.authorizedKeys.keys = [ 73 74 # prospero 74 75 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHM0G+Ri6crg86mYVWWDHUiO+FX0GB0di9QkdNvE8SWF"