Compare commits

..

3 Commits

Author SHA1 Message Date
John Lancaster d7e32c0a2f Merge branch 'forgejo' 2026-04-01 20:55:17 -05:00
John Lancaster cf02260941 my-neovim shortcuts 2026-03-31 23:11:23 -05:00
John Lancaster 609d2a5cca p14 ssh config 2026-03-31 23:09:32 -05:00
2 changed files with 6 additions and 0 deletions
@@ -41,6 +41,7 @@
busybox busybox
dig dig
samba samba
my-neovim
]; ];
security.pam.services.swaylock = {}; security.pam.services.swaylock = {};
@@ -123,6 +124,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
bash bash
discord discord
my-neovim
]; ];
ssh.matchSets = { ssh.matchSets = {
appdaemon = true; appdaemon = true;
+4
View File
@@ -127,6 +127,10 @@ in
matchBlocks = lib.mkMerge [ matchBlocks = lib.mkMerge [
{ {
"john-pc-ubuntu" = {
hostname = "192.168.1.85";
};
"*" = lib.mkMerge [ "*" = lib.mkMerge [
{ {
user = "john"; user = "john";