1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: add plausible analytics for blog

This commit is contained in:
oddlama 2024-09-18 16:48:48 +02:00
parent 3383fd9a14
commit c30ec709a7
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
16 changed files with 277 additions and 91 deletions

View file

@ -1,14 +1,10 @@
{
lib,
pkgs,
...
}: {
{pkgs, ...}: {
documentation.nixos.enable = false;
# Disable sudo which is entierly unnecessary.
security.sudo.enable = false;
time.timeZone = lib.mkDefault "Europe/Berlin";
time.timeZone = "Europe/Berlin";
i18n.defaultLocale = "C.UTF-8";
console.keyMap = "de-latin1-nodeadkeys";

View file

@ -35,5 +35,6 @@
stalwart-mail = uidGid 974;
netbird-home = uidGid 973;
gamemode = uidGid 972;
plausible = uidGid 971;
};
}