diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-15 15:34:40 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-15 15:34:40 +0000 |
| commit | 2a841c704b17d5f8edf864a3ee5245d07e6ec5c7 (patch) | |
| tree | 788e8c2e5ead0a92220a09afb69332fabc33d988 /nix/flake.nix | |
| parent | 34a9231e704ff4f6f2676dfaaccbb3bfb03a933d (diff) | |
s3 config
Diffstat (limited to 'nix/flake.nix')
| -rw-r--r-- | nix/flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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 = [ |
