diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-11 23:19:00 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-11 23:19:00 +0100 |
commit | 6c139adfd0d2ccb7479fda9cf2faac66f1c8bad9 (patch) | |
tree | 82d09e2e81a9a60733365d057160950eede7d7ae | |
parent | nginx test (diff) | |
download | Rory-Open-Architecture-6c139adfd0d2ccb7479fda9cf2faac66f1c8bad9.tar.xz |
Actually include nginx
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | flake.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index fe84556..53c4f24 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,17 @@ inherit home-manager; }; }; + Rory-nginx = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./host/Rory-nginx/configuration.nix + ./hardware-configuration.nix + home-manager.nixosModules.home-manager + ]; + specialArgs = { + inherit home-manager; + }; + }; }; }; } \ No newline at end of file |