update flakes
This commit is contained in:
parent
b91bf446da
commit
155bd93b89
4 changed files with 50 additions and 134 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
nixpkgs.config.allowBroken = true;
|
||||
nix.settings.download-buffer-size = 524288000;
|
||||
nixpkgs.config.permittedInsecurePackages = ["electron-33.4.11" "mono-5.20.1.34"];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
@ -166,4 +167,5 @@
|
|||
'';
|
||||
system.autoUpgrade.enable = true;
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue