aboutsummaryrefslogtreecommitdiff
path: root/profiles/server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server.nix')
-rw-r--r--profiles/server.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/profiles/server.nix b/profiles/server.nix
deleted file mode 100644
index 37da0cc..0000000
--- a/profiles/server.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- ...
-}:
-{
- imports = [
- ./default.nix
- ];
-
- users.users.root.openssh.authorizedKeys.keys = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBkozy+X96u5ciX766bJ/AyQ3xm1tXZTIr5+4PVFZFi"
- ];
-}