From 7f8c32c8295610ec7e5b8e387ea52cfa88250496 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 23 Mar 2025 22:05:01 +0000 Subject: hosts/ali: Init --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 34b7a66..9edbef9 100644 --- a/flake.nix +++ b/flake.nix @@ -105,6 +105,17 @@ ] ++ builtins.attrValues (import ./modules/nixos); }; + ali = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = + [ + {_module.args = args;} + home-manager.nixosModules.home-manager + agenix.nixosModules.default + ./hosts/ali/configuration.nix + ] + ++ builtins.attrValues (import ./modules/nixos); + }; }; # Formatter to be run when `nix fmt` is executed. -- cgit v1.2.3