summaryrefslogtreecommitdiff
path: root/modules/nixos/traits
AgeCommit message (Collapse)Author
2024-10-28nixos/secrets: remove support for rootUserseth
2024-10-27nixos/secrets: don't manage root user secrets by defaultseth
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-24nixos/nvidia: disable hardware.nvidia-container-toolkit in nvk specialisationseth
2024-10-18flake: update nixpkgs (#476)getchoo-bot[bot]
* flake: update nixpkgs * nixos/containers: set `hardware.nvidia-container-toolkit` in nvidia module --------- Co-authored-by: getchoo-bot[bot] <183349775+getchoo-bot[bot]@users.noreply.github.com> Co-authored-by: seth <[email protected]>
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-09-04nixos/nvidia: use nixpkgs defaults; set `hardware.nvidia.open`seth
nixpkgs now requires the user to explicitly define whether or not to use the open modules, as they will not be supported for some cards. i can make this true by default though :normal:
2024-07-10nixos/nvidia: remove libva-vdpau-driverseth
nvidia-vaapi-driver is my new best friend
2024-07-09nixos+shared/traits: use `self` over long relative pathsseth
2024-07-09modules: better document most thingsseth
2024-07-09nixos/tailscale: don't always enable secret management when availableseth
yes this is an exception to most things, but authkeys only really need to be on servers so womp womp
2024-07-09modules: better document optionsseth
2024-06-30nixos/containers: don't overuse `with pkgs;`seth
2024-06-30alejandra -> nixfmt-rfc-styleseth
2024-06-26nixos/nvidia: `hardware.opengl` -> `hardware.graphics`seth
2024-06-01modules: support >= 24.05seth
2024-05-25modules: use individual files for user traitsseth
2024-05-05simplify some things (#353)seth
* flake: drop flake-parts * flake: add back flake-parts * flake: use flake module again for configurations
2024-03-13nixos/nvidia: use MESA_VK_VERSION_OVERRIDE for nvkseth
2024-03-13nixos/nvidia: initseth
2024-02-28nixos: remove root passwordseth
2024-02-28modules: reorganize standalone and system user handlingseth
2024-02-27seth: reorganize system level importsseth
2024-02-27nixos/containers: use new option for nvidia-container-toolkit when possibleseth
2024-02-27nixos/nvk: removeseth
2024-02-11nixos/server: init (again)seth
2024-02-11nixos/zram: initseth
2024-02-10flakeModules/configurations: refactor into freeform module, add aliasesseth
2024-02-10modules: import extra options where they're introducedseth
2024-02-09seth: modularize user setupseth
2024-02-09traits/auto-upgrade: initseth
2024-02-09traits: consistently describe manageSecrets optionsseth
2024-02-09traits/nginx: initseth
2024-02-07modules/nixos+darwin: move to traits + archetypes modelseth