diff options
author | lassulus <git@lassul.us> | 2023-09-04 12:31:35 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-04 12:31:35 +0200 |
commit | 90436a4d49be93f08efcd26180e75850ffe09816 (patch) | |
tree | b9570442f57d79d425861af2b663536615158d79 | |
parent | 754faee1a004573daaa0cc8e81019075b5986a94 (diff) |
l mors.r: update imports
-rw-r--r-- | lass/1systems/mors/config.nix | 16 |
1 files changed, 10 insertions, 6 deletions
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 <stockholm/lib>; <stockholm/lass/2configs/rtl-sdr.nix> <stockholm/lass/2configs/print.nix> <stockholm/lass/2configs/network-manager.nix> - <stockholm/lass/2configs/nfs-dl.nix> - <stockholm/lass/2configs/green-host.nix> - <stockholm/krebs/2configs/news-host.nix> + <stockholm/lass/2configs/yellow-mounts/samba.nix> <stockholm/lass/2configs/ppp/x220-modem.nix> <stockholm/lass/2configs/ppp/umts-stick.nix> # <stockholm/lass/2configs/remote-builder/morpheus.nix> # <stockholm/lass/2configs/remote-builder/prism.nix> + <stockholm/lass/2configs/consul.nix> + <stockholm/lass/2configs/networkd.nix> <stockholm/lass/2configs/autotether.nix> { krebs.iptables.tables.filter.INPUT.rules = [ @@ -133,13 +133,17 @@ with import <stockholm/lib>; 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; + } |