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 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.