Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
os/seed/files: Add Richard Levitte
Merged levitte opened 3 months ago
1 file changed +11 -0 4e793037 48e04669
modified os/host/seed/files.nix
@@ -41,5 +41,16 @@ in {
        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBppC96N69P8CxDm1jJhcutHLKWxJG4ew4R5b1A4WgKs"
      ];
    };
+

+
    levitte = {
+
      isNormalUser = true;
+
      createHome = true;
+
      home = "/home/levitte";
+
      description = "Richard Levitte";
+
      uid = 1006;
+
      openssh.authorizedKeys.keys = [
+
        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxmgD3GmoPY/y9LZy51e5V4pTS87EPjKhOt8yQXUuW6"
+
      ];
+
    };
  };
}