aboutsummaryrefslogtreecommitdiff
path: root/hosts/canadian-government-system/default.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-27 15:01:35 -0400
committerRosa <rosaontheweb@proton.me>2026-03-27 15:01:35 -0400
commitb2328e74cca0151fdbaac48d0e5f750e12fbc97f (patch)
tree5057b22a2673866a43e0f387fff81187aced5a46 /hosts/canadian-government-system/default.nix
parent26a16a10c8500c51d251ba21204a8144c8072fb4 (diff)
start configuring home server
Diffstat (limited to 'hosts/canadian-government-system/default.nix')
-rw-r--r--hosts/canadian-government-system/default.nix9
1 files changed, 9 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..4eb8bd6
--- /dev/null
+++ b/hosts/canadian-government-system/default.nix
@@ -0,0 +1,9 @@
+{ config, ... }:
+{
+ imports = [ ./disks.nix ];
+ networking.domain = "eviltransgenders.club";
+ security.doas.enable = true;
+ services.openssh.enable = true;
+ system.stateVersion = "26.05";
+ users.users.rosa.enable = true;
+}