aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-27 13:11:19 -0400
committerRosa <rosaontheweb@proton.me>2026-03-27 13:11:19 -0400
commit26a16a10c8500c51d251ba21204a8144c8072fb4 (patch)
tree55cc4265a8561a54edb156c33b552fed4ca6527b /flake.nix
parentf13cebcd9cd4e23130e488ec2c3035bc7aebde5b (diff)
backlight and volume control bindings
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";
+ };
};
};
}