From 99f77809ea6f5d873c1b8cfd7b4816f877e29316 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 21 Dec 2024 15:32:01 +0000 Subject: Add new host omar --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0a7d4bf..8fa8788 100644 --- a/flake.nix +++ b/flake.nix @@ -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. -- cgit v1.2.3