fixed vps config

This commit is contained in:
Alexander Szczepanski
2021-09-23 13:14:59 +02:00
parent 405c38ef26
commit 0ace2043f0
3 changed files with 18 additions and 18 deletions

View File

@ -1 +1 @@
configs/secrets.nix:259586563a3c51652650618e0cc26aaee07b482ea801e2a1641d24510446bf50 configs/secrets.nix:a83d724b6fe99623ff5a9e649a30227c3c199d302b10dce75db8ab3f3271d7f8

Binary file not shown.

View File

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
secrets = import ./secrets.nix; secrets = import ../configs/secrets.nix;
in in
{ {
imports = imports =
@ -40,6 +40,7 @@ in
allowedIPs = [ "10.100.0.2/32" ]; allowedIPs = [ "10.100.0.2/32" ];
}]; }];
}; };
};
nat = { nat = {
enable = true; enable = true;
@ -127,4 +128,3 @@ in
system.stateVersion = "21.05"; system.stateVersion = "21.05";
} }