Compare commits

...

2 Commits

Author SHA1 Message Date
John Lancaster 213d97d13e added quotes to fix error 2026-04-15 23:20:08 -05:00
John Lancaster 51a2b8078f added joplin desktop to john-p14s 2026-04-15 23:20:08 -05:00
2 changed files with 2 additions and 1 deletions
@@ -126,6 +126,7 @@
discord
my-neovim
proton-vpn
joplin-desktop
];
ssh.certificates.enable = true;
ssh.matchSets = {
+1 -1
View File
@@ -13,7 +13,7 @@
text = ''
HOSTNAME=$(hostname -s)
echo "Switching to the $HOSTNAME nixos profile"
sudo nh os switch "$@" ${flakeDir}#$HOSTNAME
nh os switch "$@" "${flakeDir}#$HOSTNAME"
'';
};
nfsu = with pkgs; writeShellApplication {