Files
nix-files/hosts
Colin 2058045011 systemd-user-sessions: re-enable
this is actually probably necessary, else systemd user session fails with error PAM
2024-11-17 16:26:02 +00:00
..
2024-11-17 16:26:02 +00:00
2024-11-15 05:22:54 +00:00

directory structure

  • by-name/: configuration which is evaluated only for the given hostname
  • common/: configuration which applies to all hosts
  • modules/: nixpkgs-style modules which may be used by multiple hosts, but configured separately per host.
    • ideally no module here has effect unless enabled
      • however, enable may default to true
      • and in practice some of these modules surely aren't fully "disableable"