diff options
Diffstat (limited to 'accounts/root@vidhar.nix')
-rw-r--r-- | accounts/root@vidhar.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accounts/root@vidhar.nix b/accounts/root@vidhar.nix index 0b5fb6ec..e82414a8 100644 --- a/accounts/root@vidhar.nix +++ b/accounts/root@vidhar.nix | |||
@@ -1,6 +1,8 @@ | |||
1 | { config, userName, ... }: | 1 | { config, userName, ... }: |
2 | { | 2 | { |
3 | home-manager.users.${userName} = { | 3 | home-manager.users.${userName} = { |
4 | home.stateVersion = "20.09"; | ||
5 | |||
4 | programs.ssh.matchBlocks = { | 6 | programs.ssh.matchBlocks = { |
5 | "yggdrasil.borgbase" = | 7 | "yggdrasil.borgbase" = |
6 | { hostname = "nx69hpl8.repo.borgbase.com"; | 8 | { hostname = "nx69hpl8.repo.borgbase.com"; |