refactor everything holy fuck
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.binfmt.emulatedSystems = ["x86_64-linux" "i386-linux"];
|
||||
|
||||
#environment.systemPackages = with pkgs; [
|
||||
#];
|
||||
|
||||
@@ -13,9 +9,4 @@
|
||||
settings.PasswordAuthentication = true;
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
operation = "boot";
|
||||
allowReboot = true;
|
||||
rebootWindow = { lower = "02:00"; upper = "05:00"; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user