fix packard-server boot
This commit is contained in:
parent
993274b010
commit
7e52d257d9
@ -34,6 +34,5 @@
|
||||
boot.loader = {
|
||||
timeout = lib.mkForce 4;
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
||||
|
@ -21,9 +21,11 @@
|
||||
|
||||
autoOptimiseStore = false;
|
||||
|
||||
package = inputs.nix.defaultPackage.${pkgs.system}.overrideAttrs (oa: {
|
||||
patches = [ ./nix.patch ] ++ oa.patches or [ ];
|
||||
});
|
||||
package = if !config.deviceSpecific.isServer then
|
||||
inputs.nix.defaultPackage.${pkgs.system}.overrideAttrs (oa: {
|
||||
patches = [ ./nix.patch ] ++ oa.patches or [ ];
|
||||
})
|
||||
else pkgs.nixStable;
|
||||
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
Loading…
x
Reference in New Issue
Block a user