diff options
| author | lassulus <lassulus@lassul.us> | 2017-07-20 14:43:43 +0200 | 
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2017-07-20 15:24:04 +0200 | 
| commit | 0cb248134f801a9e2e520d0b9a2b4a8992ec84d7 (patch) | |
| tree | 2da33a0ab432533455dbbe853867722d1be74109 | |
| parent | 30c2940ee57f675091fb363807ec1046814c69f1 (diff) | |
l echelon: remove deprecated dnsmasq settings
| -rw-r--r-- | lass/1systems/echelon/config.nix | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/lass/1systems/echelon/config.nix b/lass/1systems/echelon/config.nix index f064a4788..77958267d 100644 --- a/lass/1systems/echelon/config.nix +++ b/lass/1systems/echelon/config.nix @@ -32,17 +32,6 @@ in {        sound.enable = false;      }      { -      lass.dnsmasq = { -        enable = true; -        config = '' -          interface=retiolum -        ''; -      }; -      krebs.iptables.tables.filter.INPUT.rules = [ -        { predicate = "-i retiolum -p udp --dport 53"; target = "ACCEPT"; } -      ]; -    } -    {        users.extraUsers = {          satan = {            name = "satan";  | 
