aboutsummaryrefslogtreecommitdiff
path: root/flake.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 /flake.nix
parentf6d82626548c87946dc1ef19f9d6a594004b8f4c (diff)
Revert "the dream is dead"
This reverts commit 32b32bd3a815e11aa8f7e3279a638940754b6a23.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5f9a821..09483c6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -62,6 +62,11 @@
hostName = "meowbook";
};
+
+ canadian-government-system = mkSystem {
+ additionalModules = [ disko.nixosModules.disko ];
+ hostName = "canadian-government-system";
+ };
};
};
}