Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 213d97d13e | |||
| 51a2b8078f |
@@ -126,6 +126,7 @@
|
||||
discord
|
||||
my-neovim
|
||||
proton-vpn
|
||||
joplin-desktop
|
||||
];
|
||||
ssh.certificates.enable = true;
|
||||
ssh.matchSets = {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user