summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 11 insertions, 0 deletions
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.