Radish alpha
r
rad:z254T5p17bdFPmzfDojsdjo4HjpoZ
Radicle Infrastructure as Code (NixOS, OpenTofu, …)
Radicle
Git
os/seed/files: Add Daniel Norman
Lorenz Leutgeb committed 7 days ago
commit 23bb88f15a258e1427e935e6c6228ce53bf21f06
parent 1c085a7
1 file changed +11 -0
modified os/host/dev/seed/files.nix
@@ -66,5 +66,16 @@ in {
        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxmgD3GmoPY/y9LZy51e5V4pTS87EPjKhOt8yQXUuW6"
      ];
    };
+

+
    daniel = {
+
      isNormalUser = true;
+
      createHome = true;
+
      home = "/home/daniel";
+
      description = "Daniel Norman";
+
      uid = 1007;
+
      openssh.authorizedKeys.keys = [
+
        "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIEDJp1ceENURICK21NtcamG0EwDBIWxnHbYdHy6cANp"
+
      ];
+
    };
  };
}