mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
fix some ssh settings
This commit is contained in:
parent
cf7f8dcda7
commit
ed093a2784
|
@ -414,11 +414,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1685836261,
|
"lastModified": 1685931219,
|
||||||
"narHash": "sha256-rpxEPGeW4JZJcH58SQApJUtJ7w78VPtkF6Cut/Pq6Kg=",
|
"narHash": "sha256-8EWeOZ6LKQfgAjB/USffUSELPRjw88A+xTcXnOUvO5M=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "dd4982554e18b936790da07c4ea2db7c7600f283",
|
"rev": "7409480d5c8584a1a83c422530419efe4afb0d19",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -16,6 +16,7 @@ in
|
||||||
identityFile = git;
|
identityFile = git;
|
||||||
};
|
};
|
||||||
"rfive.de" = {
|
"rfive.de" = {
|
||||||
|
hostname = "falkenstein.vpn.rfive.de";
|
||||||
user = "root";
|
user = "root";
|
||||||
port = 2222;
|
port = 2222;
|
||||||
};
|
};
|
||||||
|
|
0
users/rouven/modules/sway/default.nix
Normal file
0
users/rouven/modules/sway/default.nix
Normal file
Loading…
Reference in a new issue