summaryrefslogtreecommitdiff
path: root/modules/shared/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-27tree-wide: lix -> nixseth
Apparently newer Nix versions are pretty fast. Lets find out
2024-10-18Revert "modules/nix: use nix.nixPath as nix-path in settings"seth
This reverts commit 48953145a5c26263629f8c8e4e4b93d4ddd6b0cd. It is no longer required after https://www.github.com/NixOS/nixpkgs/pull/323613
2024-10-18modules/nix: make sure all settings applyseth
mkMerge > optionalAttrs
2024-10-15modules/nix: only enable always-allow-substitutes when it existsseth
2024-10-12modules/nix: enable always-allow-substitutesseth
2024-10-11modules/nix: only use lix on linuxseth
2024-09-20Revert "treewide: use lix-module for lix"seth
This reverts commit f77aeb0db935f60590aa5b6975857b528c8f6a51.
2024-08-28treewide: use lix-module for lixseth
2024-07-19modules/nix: fix lix version comparisonseth
according to `lib.versionAtLeast` `2.90.0` >= `2.90.0-rc1`, but the opposite is true :/ am i too tired to understand how this is actually right? or is this incorrect? who knows
2024-07-09modules: better document most thingsseth
2024-07-09modules: better document optionsseth
2024-06-30modules/nix: enable `repl-flake` when using lixseth
2024-06-30modules/nix: only enable `repl-flake` on nix < 2.22.0seth
2024-06-30modules/nix: use lix by defaultseth
2024-06-30modules/base: streamlineseth
2024-06-30alejandra -> nixfmt-rfc-styleseth
2024-06-02modules: use `nixpkgs.flake` optionsseth
2024-05-22ci: garnix -> gha for 12343894th timeseth
2024-05-10treewide: remove overlayseth
don't need it tbh
2024-02-09ci!: switch back to garnix & remove deploy workflowsseth
i don't need terranix to deployed on each run, i can do it manually i can also have devices pull from this flake for updates instead of always pushing when they hit `main`
2024-02-07modules/nixos+darwin: move to traits + archetypes modelseth
2023-10-01treewide!: flatten to parts/ layoutseth
2023-09-07!hercules-ci->garnix (again)seth
2023-08-24hosts/profiles+modules: centralize nix/nixpkgs optionsseth
2023-08-24modules: merge some nixos/darwin modulesseth