From 49b23aaf8ca943c068f7a3af25352fc37894384e Mon Sep 17 00:00:00 2001 From: Polen Date: Tue, 13 Jan 2026 16:38:48 -0500 Subject: [PATCH] add outpiut --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 1e86ee6..c132a53 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,14 @@ ./modules ]; }; + asus = nixpkgs.lib.nixosSystem { + specialArgs = {inherit inputs;}; + system = "x86_64-linux"; + modules = [ + ./devices/asus/configuration.nix + ./modules + ]; + }; server = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; system = "x86_64-linux";