summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-10-17 16:59:12 +0200
committerlassulus <lassulus@lassul.us>2019-10-17 16:59:12 +0200
commit8d7afcf703eba4b8757d778b2d2184c6c3c9e620 (patch)
tree4ce49563e637affeb93bdf12bdc3c2a9ab1aba8b /lass/1systems
parent08f183cda3e61e94dbda359763daef665b211066 (diff)
l: remove deprecated users & keys
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/iso.nix2
-rw-r--r--lass/1systems/prism/config.nix5
2 files changed, 0 insertions, 7 deletions
diff --git a/lass/1systems/iso.nix b/lass/1systems/iso.nix
index a814cc6b..a7b9f21b 100644
--- a/lass/1systems/iso.nix
+++ b/lass/1systems/iso.nix
@@ -52,8 +52,6 @@ with import <stockholm/lib>;
root = {
openssh.authorizedKeys.keys = [
config.krebs.users.lass.pubkey
- config.krebs.users.lass-shodan.pubkey
- config.krebs.users.lass-icarus.pubkey
];
};
};
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index e957279e..f4c011dc 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -364,13 +364,8 @@ with import <stockholm/lib>;
uid = genid "download";
openssh.authorizedKeys.keys = with config.krebs.users; [
lass.pubkey
- lass-shodan.pubkey
- lass-icarus.pubkey
- lass-daedalus.pubkey
- lass-helios.pubkey
lass-android.pubkey
makefu.pubkey
- wine-mors.pubkey
];
};
};