From e486d896215e7ef04438809952bc7317512d5765 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Apr 2025 18:56:59 -0700 Subject: migration: copenhagen c user --- hosts/copenhagen/configuration.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 hosts/copenhagen/configuration.nix (limited to 'hosts/copenhagen/configuration.nix') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix deleted file mode 100644 index f8fc2f6..0000000 --- a/hosts/copenhagen/configuration.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ config, lib, pkgs, inputs, ... }: - -{ - users.users = { - root.hashedPasswordFile = "/secrets/passwords/root"; - - "c" = { - isNormalUser = true; - hashedPasswordFile = "/secrets/passwords/c"; - extraGroups = [ "wheel" "minecraft" ]; - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIDO8JxqS7B2n3YlNtlVMZGARi+GG/z7wLiiyl52qSZc caroline@larimo.re" # c-pc - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICGftQ5W8QMIVhgDijreliiMgIqwQvxwTkpMftJdQWu+ caroline@larimo.re" # phoenix - ]; - }; - }; -} -- cgit v1.2.3