Compare commits

..

No commits in common. "d38f7a3ad055588a875a13513086b7f5bd39d0aa" and "e3fb937c8af0fa2575a760121de2de72360837ca" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -75,11 +75,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1640572776, "lastModified": 1640077788,
"narHash": "sha256-pWMTubBy1Ep31iuQ5lEKW2mjSHWEvcbvy9uHVch2764=", "narHash": "sha256-YMSDk3hlucJTTARaHNOeQEF6zEW3A/x4sXgrz94VbS0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d887ac7aee92e8fc54dde9060d60d927afae9d69", "rev": "9ab7d12287ced0e1b4c03b61c781901f178d9d77",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -105,11 +105,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1640540585, "lastModified": 1640139330,
"narHash": "sha256-cCmknKFjWgam9jq+58wSd0Z4REia8mjBP65kXcL3ki8=", "narHash": "sha256-Nkp3wUOGwtoQ7EH28RLVJ7EqB/e0TU7VcsM7GLy+SdY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ac169ec6371f0d835542db654a65e0f2feb07838", "rev": "81cef6b70fb5d5cdba5a0fef3f714c2dadaf0d6d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -12,8 +12,6 @@
../common-gui.nix ../common-gui.nix
]; ];
nix.trustedUsers = [ "root" "paul" ];
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub = { boot.loader.grub = {
efiSupport = true; efiSupport = true;