diff options
author | lassulus <lass@lassul.us> | 2017-01-26 23:44:31 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-01-26 23:44:31 +0100 |
commit | fc627d0b999edb8bb7c58f2efa7dcbe1ccb83e7d (patch) | |
tree | 27df91c7e9a267766b0727d4aff22ca4db491746 /lass/1systems | |
parent | 712b05eb47ef796500a057cd6c2bec50152db970 (diff) |
l 1 prism: remove obsolete nin stuff
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/prism.nix | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index d8980a10c..86c2c7416 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -227,6 +227,7 @@ in { }; } { + # Nin stuff users.users.nin = { uid = genid "nin"; inherit (config.krebs.users.nin) home; @@ -240,18 +241,6 @@ in { "libvirtd" ]; }; - krebs.git.rules = [ - { - user = [ config.krebs.users.nin ]; - repo = [ config.krebs.git.repos.stockholm ]; - perm = with git; push "refs/heads/nin" [ fast-forward non-fast-forward create delete merge ]; - } - ]; - krebs.repo-sync.repos.stockholm.nin = { - origin.url = "http://cgit.prism/stockholm"; - origin.ref = "heads/nin"; - mirror.url = "git@${config.networking.hostName}:stockholm"; - }; krebs.iptables.tables.nat.PREROUTING.rules = [ { v6 = false; precedence = 1000; predicate = "-d 213.239.205.240 -p tcp --dport 1337"; target = "DNAT --to-destination 192.168.122.24:22"; } ]; |