diff options
author | tv <tv@krebsco.de> | 2016-03-16 00:13:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-03-16 00:13:58 +0100 |
commit | 2452d211737e0544e9cc92ae44da69940632a750 (patch) | |
tree | ecb0e2d9932805a6b40be7e09ab5206201e7aba7 /makefu/1systems/omo.nix | |
parent | 13df24f8f09469c32077ded463d99033042e25ee (diff) | |
parent | 03a72ef958055c958992c4fbde618c1e68bfff6e (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/1systems/omo.nix')
-rw-r--r-- | makefu/1systems/omo.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/1systems/omo.nix b/makefu/1systems/omo.nix index aa4a8a5c9..bfcd2298a 100644 --- a/makefu/1systems/omo.nix +++ b/makefu/1systems/omo.nix @@ -37,7 +37,6 @@ in { ../. # TODO: unlock home partition via ssh ../2configs/fs/single-partition-ext4.nix - ../2configs/tinc-basic-retiolum.nix ../2configs/zsh-user.nix ../2configs/exim-retiolum.nix ../2configs/smart-monitor.nix @@ -45,6 +44,7 @@ in { ../2configs/share-user-sftp.nix ../2configs/omo-share.nix ]; + krebs.retiolum.enable = true; networking.firewall.trustedInterfaces = [ "enp3s0" ]; # udp:137 udp:138 tcp:445 tcp:139 - samba, allowed in local net # tcp:80 - nginx for sharing files @@ -122,7 +122,6 @@ in { hardware.cpu.amd.updateMicrocode = true; zramSwap.enable = true; - zramSwap.numDevices = 2; krebs.build.host = config.krebs.hosts.omo; } |