Compare commits

..

2 Commits

Author SHA1 Message Date
cf269a5d19
magpie: add goatcounter 2024-01-21 22:45:06 +01:00
f317de51e9
goatcounter: add flake input
goatcounter: change repo
2024-01-21 22:45:04 +01:00

View File

@ -35,7 +35,7 @@
}; };
goatcounter = { goatcounter = {
url = "github:connorfeeley/goatcounter-flake"; url = "github:asmir-abdulahovic/goatcounter-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@ -160,8 +160,9 @@
{nix.registry.nixpkgs.flake = nixpkgs;} {nix.registry.nixpkgs.flake = nixpkgs;}
./magpie/configuration.nix ./magpie/configuration.nix
./magpie/hardware-configuration.nix ./magpie/hardware-configuration.nix
sops-nix.nixosModules.sops goatcounter.nixosModule.goatcounter
simple-nixos-mailserver.nixosModule simple-nixos-mailserver.nixosModule
sops-nix.nixosModules.sops
(builtins.toPath "${nixpkgs}/nixos/modules/profiles/qemu-guest.nix") (builtins.toPath "${nixpkgs}/nixos/modules/profiles/qemu-guest.nix")
]; ];
}; };