summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/echelon/config.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/lass/1systems/echelon/config.nix b/lass/1systems/echelon/config.nix
index f064a478..77958267 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";