summaryrefslogtreecommitdiff
path: root/modules/nixos/base
AgeCommit message (Collapse)Author
2024-10-28modules: restructure (#487)seth
* seth: remove unused pkgs * modules: restructure from archetypes back to profiles make less actual modules for everything use lib.mkDefault like it's supposed to move mixins out of server * nixos/resolved: use modern options
2024-10-18more refactors & outsource some things (#477)seth
* tree-wide: drop flake-parts * drop nixinate * justfile: cleanup * drop treefmt-nix * doc: update READMEs * flake: cleanup * seth: don't use `./.` * modules/nixos,darwin: bundle all modules They all depend on each other anyways so * systems: manually import internal modules * seth: use riff module from nix-exprs * flake: back to flake-parts * Revert "flake: back to flake-parts" This reverts commit 35334882f7c0c23991a4efd65ea08b216006b2b0. Saving the last commit so I can go back if I want * flake: use lib.const this looks better...right? * flake: declare systems like a normal person
2024-08-15nixos/base: make security module more customizableseth
2024-07-09modules: better document most thingsseth
2024-07-09modules: better document optionsseth
2024-06-30modules/base: streamlineseth
2024-06-30alejandra -> nixfmt-rfc-styleseth
2024-06-02modules: use `nixpkgs.flake` optionsseth
2024-02-28nixos: remove root passwordseth
2024-02-28modules: reorganize standalone and system user handlingseth
2024-02-07modules/nixos+darwin: move to traits + archetypes modelseth
2023-10-01treewide!: flatten to parts/ layoutseth
2023-09-15modules/base+users/seth: adopt hashedPasswordFileseth
2023-08-24hosts/profiles+modules: centralize nix/nixpkgs optionsseth
2023-08-24modules: merge some nixos/darwin modulesseth
2023-08-19modules/base+server: force trusted users & add default allowed-usersseth
2023-08-17modules/nixos+darwin: remove getchoo prefixseth
2023-08-13modules/nix+hosts: use all inputs across channels and registryseth
2023-07-25modules/nixos: use default gpg pinentryseth
2023-07-15modules/virtualisation: move to features setseth
2023-07-15modules/base/nix: allowed-users -> trusted-usersseth
2023-07-15modules/base: remove unnecessary default packagesseth
2023-07-14modules/base: don't use hardware clockseth
2023-07-06modules/nixos+users/seth: dont set nix.packageseth
TIL nixFlakes is just an alias that does nothing now lol
2023-07-06modules/nixos: add upgrade-diff scriptseth
2023-07-04modules/nix: enable auto-allocate-uids & repl-flakeseth
2023-05-31modules: switch back to man-db for manpagesseth
2023-05-31update nixpkgs-stable to 23.05seth
2023-05-08modules: merge base and nixosseth