diff options
author | makefu <github@syntax-fehler.de> | 2019-01-03 22:55:53 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-01-03 22:55:53 +0100 |
commit | 4715e28304fc2396dbe9331c3824fb4de29a0d84 (patch) | |
tree | 685bb65138f417f9cc84bfef67afe85181da1615 /lass/1systems/daedalus/config.nix | |
parent | fa117593ada626b12f81b98c478fdb21ab36bc89 (diff) | |
parent | 2ce824f21f933710ef9f36864e1e585644da6eb5 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/1systems/daedalus/config.nix')
-rw-r--r-- | lass/1systems/daedalus/config.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/1systems/daedalus/config.nix b/lass/1systems/daedalus/config.nix index 305b3f70e..e28fbf2f8 100644 --- a/lass/1systems/daedalus/config.nix +++ b/lass/1systems/daedalus/config.nix @@ -6,9 +6,8 @@ with import <stockholm/lib>; <stockholm/lass> <stockholm/lass/2configs/retiolum.nix> - <stockholm/lass/2configs/games.nix> - <stockholm/lass/2configs/steam.nix> <stockholm/lass/2configs/backup.nix> + <stockholm/lass/2configs/nfs-dl.nix> { # bubsy config users.users.bubsy = { @@ -72,6 +71,7 @@ with import <stockholm/lib>; #remote control environment.systemPackages = with pkgs; [ x11vnc + torbrowser ]; krebs.iptables.tables.filter.INPUT.rules = [ { predicate = "-p tcp -i retiolum --dport 5900"; target = "ACCEPT"; } |