Update main branch #1
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue