summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-03 11:45:42 +0200
committerlassulus <git@lassul.us>2023-09-03 11:45:42 +0200
commitb7fba1c6ba5379cbad60728541259538df5096ec (patch)
treefac8c7db519c4f5ef78b82d8d119a73db75dcabc /lass
parentc1656131473f63e415baae35e99507dbb1c780a4 (diff)
l shodan.r: remove containers, add trusted users
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/shodan/config.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/lass/1systems/shodan/config.nix b/lass/1systems/shodan/config.nix
index 5e48c216..0bea37e5 100644
--- a/lass/1systems/shodan/config.nix
+++ b/lass/1systems/shodan/config.nix
@@ -13,13 +13,9 @@
<stockholm/lass/2configs/programs.nix>
<stockholm/lass/2configs/wine.nix>
<stockholm/lass/2configs/bitcoin.nix>
- <stockholm/lass/2configs/blue-host.nix>
- <stockholm/lass/2configs/green-host.nix>
- <stockholm/krebs/2configs/news-host.nix>
<stockholm/lass/2configs/yellow-mounts/samba.nix>
<stockholm/lass/2configs/fetchWallpaper.nix>
<stockholm/lass/2configs/consul.nix>
- <stockholm/lass/2configs/red-host.nix>
<stockholm/lass/2configs/snapclient.nix>
];
@@ -27,4 +23,6 @@
services.logind.lidSwitch = "ignore";
services.logind.lidSwitchDocked = "ignore";
+ nix.trustedUsers = [ "root" "lass" ];
+ system.stateVersion = "22.05";
}