multiple things + tried gpg signing

This commit is contained in:
2026-06-06 09:30:35 +02:00
parent f7861f7ca1
commit 6830973233
7 changed files with 28 additions and 9 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
flake.nixosConfigurations.laptop = inputs.nixpkgs.lib.nixosSystem {
#system = "x86_64-linux";
specialArgs = {
inherit (self) pkgs-unstable;
inherit (self) pkgs-unstable pkgs-local;
};
modules = with self.nixosModules; [
# important do not remove
@@ -104,7 +104,7 @@
useUserPackages = true;
extraSpecialArgs = {
inherit (self) pkgs-unstable;
inherit (self) pkgs-unstable pkgs-local;
inherit self;
};
};