Compare commits
2 Commits
4e875f654f
...
593602d87a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
593602d87a | ||
|
|
0c00e983d6 |
@@ -55,9 +55,12 @@
|
|||||||
btop
|
btop
|
||||||
yazi
|
yazi
|
||||||
uv
|
uv
|
||||||
|
(writeShellScriptBin "nhms" ''
|
||||||
|
nix run home-manager -- switch --flake ~/.config/home-manager --impure
|
||||||
|
'')
|
||||||
(writeShellScriptBin "nhmu" ''
|
(writeShellScriptBin "nhmu" ''
|
||||||
nix flake update --flake ~/.config/home-manager
|
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
|
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
# # overrides. You can do that directly here, just don't forget the
|
||||||
|
|||||||
@@ -70,6 +70,9 @@
|
|||||||
hostname = "192.168.1.129";
|
hostname = "192.168.1.129";
|
||||||
user = "root";
|
user = "root";
|
||||||
};
|
};
|
||||||
|
"soteria.john-stream.com" = {
|
||||||
|
hostname = "192.168.1.142";
|
||||||
|
};
|
||||||
"*.john-stream.com" = {
|
"*.john-stream.com" = {
|
||||||
user = "john";
|
user = "john";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user