depoly-host config | update diskio.nox
This commit is contained in:
parent
ca1e9ced84
commit
d5700c543a
2 changed files with 33 additions and 70 deletions
|
|
@ -4,33 +4,7 @@
|
|||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
./disk-config.nix
|
||||
];
|
||||
# boot = {
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
# kernelParams = [ "consoleblank=60" ];
|
||||
# loader = {
|
||||
# timeout = 10;
|
||||
# /* systemd-boot = {
|
||||
# enable = true;
|
||||
# }; */
|
||||
# grub = {
|
||||
# device = "nodev";
|
||||
# efiSupport = true;
|
||||
# efiInstallAsRemovable = true;
|
||||
# forceInstall = true;
|
||||
# };
|
||||
# efi = {
|
||||
# #canTouchEfiVariables = true;
|
||||
# efiSysMountPoint = "/boot";
|
||||
# };
|
||||
# };
|
||||
# plymouth = {
|
||||
# enable = true;
|
||||
# theme = "breeze";
|
||||
# };
|
||||
# kernel = {
|
||||
# sysctl = { "vm.swappiness" = 10;};
|
||||
# };
|
||||
# };
|
||||
disko.devices.disk.main.device = "/dev/nvme0n1";
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = [ "consoleblank=60" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue