Compare commits

..

No commits in common. "fa649b1e2ab64c766fbe225675d36d67f01c59e0" and "75031567bdd8071a6248c9c0144723fd174a1b87" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View File

@ -18,7 +18,7 @@
nix.flakes.enable = true;
system.stateVersion = "23.11";
system.stateVersion = "21.11";
networking.useDHCP = false;
@ -26,13 +26,7 @@
networking.firewall.allowPing = true;
time.timeZone = "America/Denver";
i18n = {
defaultLocale = "en_US.UTF-8";
extraLocaleSettings = {
LANGUAGE = "en_US.UTF-8";
LC_ALL = "en_US.UTF-8";
};
};
i18n.defaultLocale = "en_US.UTF-8";
services.openssh = {
enable = true;

View File

@ -123,12 +123,6 @@
"download-queue-size" = 20; # gotta go fast
};
};
# https://github.com/NixOS/nixpkgs/issues/258793
systemd.services.transmission.serviceConfig = {
RootDirectoryStartOnly = lib.mkForce (lib.mkForce false);
RootDirectory = lib.mkForce (lib.mkForce "");
};
users.groups.public_data.gid = 994;
users.users.public_data = {
isSystemUser = true;