Compare commits

..

2 Commits

Author SHA1 Message Date
7f622a404e
magpie: add goatcounter 2024-01-21 22:37:29 +01:00
ea4390d0d5
goatcounter: add flake input 2024-01-21 13:47:06 +01:00

View File

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