From 2a841c704b17d5f8edf864a3ee5245d07e6ec5c7 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 15 Sep 2026 11:34:40 -0400 Subject: s3 config --- nix/flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nix/flake.nix') diff --git a/nix/flake.nix b/nix/flake.nix index 3e4be37..50d9f5f 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -27,6 +27,15 @@ ]; }; + "s3" = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./per-host/base/configuration.nix + ./per-host/s3/configuration.nix + sops-nix.nixosModules.sops + ]; + }; + "git" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ -- cgit v1.2.3