mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/bootstrap: use latest kernel
This commit is contained in:
parent
071645a48d
commit
008201c11a
@ -17,10 +17,13 @@
|
|||||||
] ++ builtins.attrValues inputs;
|
] ++ builtins.attrValues inputs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot = {
|
||||||
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
loader.systemd-boot.enable = true;
|
||||||
|
supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "bootstrap";
|
networking.hostName = "bootstrap";
|
||||||
boot.supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
|
|
||||||
|
|
||||||
users.users.root.password = "";
|
users.users.root.password = "";
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user