diff options
author | Linnnus <[email protected]> | 2025-03-23 22:05:01 +0000 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-23 22:05:01 +0000 |
commit | 7f8c32c8295610ec7e5b8e387ea52cfa88250496 (patch) | |
tree | c1ce2d9c30b4597b199df1baa0f889b737444d16 /flake.nix | |
parent | 94743c25a092fa9aa19182542b2d2026c6f88b1e (diff) |
hosts/ali: Init
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |