From c19dc0924481c7edf4938f5aa105f481a787a30e Mon Sep 17 00:00:00 2001 From: Aria Date: Mon, 11 Dec 2023 19:52:21 +0000 Subject: refactor(nix-personal): change folder structure --- nix-personal/profiles/common.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nix-personal/profiles/common.nix (limited to 'nix-personal/profiles/common.nix') diff --git a/nix-personal/profiles/common.nix b/nix-personal/profiles/common.nix new file mode 100644 index 0000000..b4e1337 --- /dev/null +++ b/nix-personal/profiles/common.nix @@ -0,0 +1,10 @@ +{...}: { + system.stateVersion = "23.11"; + + networking.domain = "girlth.ing"; + + services.openssh.enable = true; + users.users.root.openssh.authorizedKeys.keys = [ + "no-touch-required sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIPpKjZfzPN1KxVskFRnmTTCwzyCtjwcXVZc4i1rNfl9oAAAABHNzaDo= me@aria.rip" + ]; +} -- cgit v1.2.3