Compare commits

..

No commits in common. "96d16a8830b7d08a0a2f6bf4133a84e0b2f334b4" and "473e113c4f1f6d26779a7c9d4cf84d56db5fc0b8" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View file

@ -5,7 +5,6 @@
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
randomizedDelaySec = "45min"; randomizedDelaySec = "45min";
options = "--delete-older-than 30d";
}; };
nix.optimise.automatic = true; nix.optimise.automatic = true;
services.fstrim.enable = true; services.fstrim.enable = true;

View file

@ -1,8 +1,5 @@
{ config, lib, pkgs, inputs, ... }: { config, lib, pkgs, inputs, ... }:
let
inherit (lib) mkForce;
in
{ {
imports = [ imports = [
./filesystems.nix ./filesystems.nix
@ -26,11 +23,6 @@ in
console.keyMap = "uk"; console.keyMap = "uk";
services.xserver.xkb.layout = "gb"; services.xserver.xkb.layout = "gb";
# tohru does not have the resources to run these under other load and is generally powered off when not in use.
# instead, just run `nix-collect-garbage -d` and `nix-store --optimise` every so often.
nix.gc.automatic = mkForce false;
nix.optimise.automatic = mkForce false;
fountain.users.qenya.enable = true; fountain.users.qenya.enable = true;
age.secrets.user-password-tohru-qenya.file = ../../secrets/user-password-tohru-qenya.age; age.secrets.user-password-tohru-qenya.file = ../../secrets/user-password-tohru-qenya.age;
users.users.qenya.hashedPasswordFile = config.age.secrets.user-password-tohru-qenya.path; users.users.qenya.hashedPasswordFile = config.age.secrets.user-password-tohru-qenya.path;