Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit f8411ac7e9 - Show all commits

View file

@ -47,16 +47,13 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
({ inputs, ... }: {
({ inputs, lib, ... }: {
nixpkgs = {
config.allowUnfree = true;
overlays = with inputs; [ emacs.overlay ];
};
nix.registry = lib.mapAttrs (_: value: { flake = value; }) inputs;
})
{
nix.registry =
nixpkgs.lib.mapAttrs (_: value: { flake = value; }) inputs;
}
snm.nixosModule
./modules/security.nix
./hosts/thrall