mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 07:06:12 +01:00
oop
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
# boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.grub = {
|
# boot.loader.grub = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
useOSProber = true;
|
# useOSProber = true;
|
||||||
device = "/dev/nvme0n1";
|
# device = "/dev/nvme0n1p1";
|
||||||
efiSupport = true;
|
# efiSupport = true;
|
||||||
};
|
# };
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "zion"; # Define your hostname.
|
networking.hostName = "zion"; # Define your hostname.
|
||||||
|
|||||||
Reference in New Issue
Block a user