aboutsummaryrefslogtreecommitdiff
path: root/hosts/canadian-government-system/default.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-30 11:05:00 -0400
committerRosa <rosaontheweb@proton.me>2026-03-30 11:05:00 -0400
commit23fe66b07669a4c76784009dbba0d7ddeb52fba8 (patch)
tree7d136befc1dd7af8ce71725dc203764a0ed8fb04 /hosts/canadian-government-system/default.nix
parentf6d82626548c87946dc1ef19f9d6a594004b8f4c (diff)
Revert "the dream is dead"
This reverts commit 32b32bd3a815e11aa8f7e3279a638940754b6a23.
Diffstat (limited to 'hosts/canadian-government-system/default.nix')
-rw-r--r--hosts/canadian-government-system/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/hosts/canadian-government-system/default.nix b/hosts/canadian-government-system/default.nix
new file mode 100644
index 0000000..3086ec9
--- /dev/null
+++ b/hosts/canadian-government-system/default.nix
@@ -0,0 +1,15 @@
+{ config, ... }:
+{
+ imports = [ ./disks.nix ];
+ networking.domain = "eviltransgenders.club";
+ security.doas.enable = true;
+ services.openssh.enable = true;
+ system.stateVersion = "26.05";
+ users.users = {
+ root.openssh.authorizedKeys.keys = [
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICcEZBikGjnGveif3TsfBkWCl1Qrw0yZoOAn/LxS8oAa rosa@lust"
+ ];
+
+ rosa.enable = true;
+ };
+}