Compare commits

2 Commits

Author SHA1 Message Date
John Lancaster
593602d87a broke up update scripts 2025-12-28 11:32:49 -06:00
John Lancaster
0c00e983d6 added soteria ssh target 2025-12-28 11:31:52 -06:00
2 changed files with 7 additions and 1 deletions

View File

@@ -55,9 +55,12 @@
btop
yazi
uv
(writeShellScriptBin "nhms" ''
nix run home-manager -- switch --flake ~/.config/home-manager --impure
'')
(writeShellScriptBin "nhmu" ''
nix flake update --flake ~/.config/home-manager
nix run home-manager -- switch --flake ~/.config/home-manager --impure
nhms
'')
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the

View File

@@ -70,6 +70,9 @@
hostname = "192.168.1.129";
user = "root";
};
"soteria.john-stream.com" = {
hostname = "192.168.1.142";
};
"*.john-stream.com" = {
user = "john";
identitiesOnly = true;