diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-30 15:12:01 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-30 15:12:01 -0400 |
| commit | 2b5b1da02c4c86563569b8feca7beb91f98c5977 (patch) | |
| tree | 5f8cb230dd9c6f7449a67c5231b00b8ebab37366 /flake.nix | |
| parent | 849624093f6afd2c498bbff8662550bf3fd87c33 (diff) | |
Maybe it's not dead yet
This reverts commit 849624093f6afd2c498bbff8662550bf3fd87c33.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -62,6 +62,11 @@ hostName = "meowbook"; }; + + canadian-government-system = mkSystem { + additionalModules = [ disko.nixosModules.disko ]; + hostName = "canadian-government-system"; + }; }; }; } |
