Compare commits
2 Commits
5d5ad75c06
...
213d97d13e
| Author | SHA1 | Date | |
|---|---|---|---|
| 213d97d13e | |||
| 51a2b8078f |
@@ -126,6 +126,7 @@
|
|||||||
discord
|
discord
|
||||||
my-neovim
|
my-neovim
|
||||||
proton-vpn
|
proton-vpn
|
||||||
|
joplin-desktop
|
||||||
];
|
];
|
||||||
ssh.certificates.enable = true;
|
ssh.certificates.enable = true;
|
||||||
ssh.matchSets = {
|
ssh.matchSets = {
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
text = ''
|
text = ''
|
||||||
HOSTNAME=$(hostname -s)
|
HOSTNAME=$(hostname -s)
|
||||||
echo "Switching to the $HOSTNAME nixos profile"
|
echo "Switching to the $HOSTNAME nixos profile"
|
||||||
sudo nh os switch "$@" ${flakeDir}#$HOSTNAME
|
nh os switch "$@" "${flakeDir}#$HOSTNAME"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
nfsu = with pkgs; writeShellApplication {
|
nfsu = with pkgs; writeShellApplication {
|
||||||
|
|||||||
Reference in New Issue
Block a user