diff options
| author | tv <tv@krebsco.de> | 2018-08-29 01:38:45 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2018-08-29 01:38:45 +0200 |
| commit | 9807ccab4a09cefc4282199a5074c3f967814f3a (patch) | |
| tree | 2c37ece10494f714b99a5de10799a1ea9cef5256 /jeschli/1systems/bln | |
| parent | db8b65bf3ed50ce617c90fcf0e73bf6141ed1c37 (diff) | |
| parent | 932ce82229626eb82c01c92a1c9ae5a161dc7970 (diff) | |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'jeschli/1systems/bln')
| -rw-r--r-- | jeschli/1systems/bln/config.nix | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/jeschli/1systems/bln/config.nix b/jeschli/1systems/bln/config.nix index 371a705..6e3c3be 100644 --- a/jeschli/1systems/bln/config.nix +++ b/jeschli/1systems/bln/config.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: # bln config file { - imports = [ + imports = [ ./hardware-configuration.nix <stockholm/jeschli> <stockholm/jeschli/2configs/virtualbox.nix> @@ -9,6 +9,8 @@ <stockholm/jeschli/2configs/emacs.nix> <stockholm/jeschli/2configs/xdg.nix> <stockholm/jeschli/2configs/xserver> +# <stockholm/jeschli/1systems/bln/dcso-vpn.nix> + <stockholm/jeschli/2configs/officevpn.nix> ]; # boot.loader.systemd-boot.enable = true; @@ -94,6 +96,8 @@ vagrant # document viewer zathura + + samba ]; @@ -161,4 +165,9 @@ hardware.bluetooth.enable = true; krebs.build.host = config.krebs.hosts.bln; + + networking.interfaces.enp0s31f6.ipv4.addresses = [ + { address = "10.99.23.2"; prefixLength = 24; } + ]; + } |
