From 1e0eca0bcbfc338a585842c65c4b48d62d79728d Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 26 Oct 2024 17:44:36 +0200 Subject: Glued together corsac configuration Signed-off-by: Mel --- machines/corsac/default.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 machines/corsac/default.nix (limited to 'machines/corsac/default.nix') diff --git a/machines/corsac/default.nix b/machines/corsac/default.nix new file mode 100644 index 0000000..b118d10 --- /dev/null +++ b/machines/corsac/default.nix @@ -0,0 +1,12 @@ +{ ... }: + +{ + imports = [ + ../../modules/common.nix + + ./hardware.nix + ./devices.nix + ]; + + system.stateVersion = "24.05"; +} -- cgit 1.4.1