mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
more attempts to make it boot
This commit is contained in:
parent
bf76b9c025
commit
13c2424a86
2 changed files with 10 additions and 16 deletions
|
|
@ -35,7 +35,7 @@ in
|
|||
enable = true;
|
||||
enableOnBoot = false;
|
||||
};
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
# hardware.nvidia-container-toolkit.enable = true;
|
||||
services.avahi.enable = true;
|
||||
|
||||
services.syncthing = {
|
||||
|
|
@ -57,12 +57,12 @@ in
|
|||
kernel.sysctl."kernel.sysrq" = 1;
|
||||
|
||||
kernelParams = [
|
||||
"nvidia_drm.fbdev=1" "nvidia_drm.modeset=1" "module_blacklist=i915"
|
||||
"initcall_blacklist=sysfb_init"
|
||||
"quiet"
|
||||
"splash"
|
||||
"boot.shell_on_fail"
|
||||
"loglevel=3"
|
||||
"console=tty1"
|
||||
"console=ttyS0"
|
||||
"nomodeset"
|
||||
"rd.systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"udev.log_priority=3"
|
||||
|
|
@ -74,12 +74,12 @@ in
|
|||
initrd.systemd.enable = true;
|
||||
|
||||
loader = {
|
||||
# systemd-boot.enable = true;
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
# timeout = 0;
|
||||
grub.enable = true;
|
||||
grub.device = "nodev";
|
||||
grub.efiSupport = true;
|
||||
# grub.enable = true;
|
||||
# grub.device = "nodev";
|
||||
# grub.efiSupport = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -14,18 +14,12 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/75e11f37-3cc3-495d-b729-4adbb827e3cb";
|
||||
{ device = "/dev/disk/by-uuid/fe65265a-b697-465e-adc5-c16fc530120c";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/FBA4-A782";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0077" "dmask=0077" ];
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/f524b04d-6176-45dd-aad4-9f4345b1d8f6"; }
|
||||
[ { device = "/dev/disk/by-uuid/5b8135fa-a393-433f-818f-4feb018d1080"; }
|
||||
];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
|
|||
Loading…
Reference in a new issue