Compare commits
2 Commits
4e875f654f
...
593602d87a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
593602d87a | ||
|
|
0c00e983d6 |
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user