diff options
author | Linnnus <[email protected]> | 2024-12-21 15:32:01 +0000 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-12-27 09:07:36 +0100 |
commit | 99f77809ea6f5d873c1b8cfd7b4816f877e29316 (patch) | |
tree | 659c28032b21e012973be4880e7c48291af32f83 /flake.nix | |
parent | 13774af03212266507af7f6b722978dd5db538e5 (diff) |
Add new host omar
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -90,6 +90,17 @@ ] ++ builtins.attrValues (import ./modules/nixos); }; + omar = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = + [ + {_module.args = args;} + home-manager.nixosModules.home-manager + agenix.nixosModules.default + ./hosts/omar/configuration.nix + ] + ++ builtins.attrValues (import ./modules/nixos); + }; }; # Formatter to be run when `nix fmt` is executed. |