Remove sops & add acs service

This commit is contained in:
2026-07-07 05:03:18 +01:00
parent 343ab84f42
commit 2d21314705
7 changed files with 40 additions and 65 deletions
+2 -4
View File
@@ -1,10 +1,9 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
sops-nix.url = "github:Mic92/sops-nix";
};
outputs = inputs@{ self, nixpkgs, sops-nix, ... }:
outputs = inputs@{ self, nixpkgs, ... }:
let
system = "x86_64-linux";
in {
@@ -13,8 +12,7 @@
modules = [
./configuration.nix
sops-nix.nixosModules.sops
./flakes/cloudflare-ddns.nix
# ./flakes/cloudflare-ddns.nix ! to be readded when fixed secret management
];
};
};