Skip to content

Commit

Permalink
tried to speed up the boot
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Oct 20, 2023
1 parent 9d737ab commit aaaecf7
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions hosts/mitama/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
../../secrets
];

# nixpkgs.overlays = import ../../overlays args;

boot = {
# supportedFilesystems = [
# "ext4"
Expand All @@ -28,11 +26,14 @@
loader = {
efi = {
canTouchEfiVariables = true;
# efiSysMountPoint = "/boot/efi";
#efiSysMountPoint = "/boot/efi";
};
systemd-boot.enable = true;
};
};
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';

networking = {
hostName = "mitama";
Expand All @@ -46,16 +47,6 @@
networkmanager.enable = true;

enableIPv6 = false;
#defaultGateway = "192.168.110.201";
#interfaces.enp8s0 = {
# useDHCP = false;
# ipv4.addresses = [
# {
# address = "192.168.110.100";
# prefixLength = 24;
# }
# ];
#};
};

hardware.opengl = {
Expand Down

0 comments on commit aaaecf7

Please sign in to comment.