big cleanup

This commit is contained in:
atagen 2025-11-21 17:25:05 +11:00
parent 0103661908
commit b2d69d270e
19 changed files with 198 additions and 314 deletions

View file

@ -5,5 +5,5 @@
time.hardwareClockInLocalTime = false;
i18n.defaultLocale = "en_AU.UTF-8";
i18n.supportedLocales = [ "en_AU.UTF-8/UTF-8" ];
nixpkgs.system = "x86_64-linux";
nixpkgs.hostPlatform.system = "x86_64-linux";
}

View file

@ -4,5 +4,5 @@ _: {
time.hardwareClockInLocalTime = false;
i18n.defaultLocale = "en_AU.UTF-8";
i18n.supportedLocales = [ "en_AU.UTF-8/UTF-8" ];
nixpkgs.system = "x86_64-linux";
nixpkgs.hostPlatform.system = "x86_64-linux";
}

View file

@ -6,7 +6,7 @@
}:
scope "services" {
ollama = {
enable = true;
enable = false;
user = "ollama";
};