From 90436a4d49be93f08efcd26180e75850ffe09816 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 4 Sep 2023 12:31:35 +0200 Subject: l mors.r: update imports --- lass/1systems/mors/config.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'lass') diff --git a/lass/1systems/mors/config.nix b/lass/1systems/mors/config.nix index 1b205f25c..cd389480c 100644 --- a/lass/1systems/mors/config.nix +++ b/lass/1systems/mors/config.nix @@ -33,13 +33,13 @@ with import ; - - - + # # + + { krebs.iptables.tables.filter.INPUT.rules = [ @@ -133,13 +133,17 @@ with import ; nixpkgs.config.android_sdk.accept_license = true; programs.adb.enable = true; - users.users.mainUser.extraGroups = [ "adbusers" "docker" ]; - virtualisation.docker.enable = true; - virtualisation.libvirtd.enable = true; services.earlyoom = { enable = true; freeMemThreshold = 5; }; + + + + nix.trustedUsers = [ "root" "lass" ]; + + services.nscd.enableNsncd = true; + } -- cgit v1.2.3