diff options
| author | seth <[email protected]> | 2023-02-25 08:23:33 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-25 08:23:33 -0500 |
| commit | c03477be7b015428f3f9ba762376f6d89ab2e78f (patch) | |
| tree | 1c8d7305030dd9aea3e84f699d6716704c9fbf14 /hosts/glados/boot.nix | |
| parent | 7f97ad12f9808ffc4c088084d8e533757fbade63 (diff) | |
move glados to btrfs + enable virtualization
Diffstat (limited to 'hosts/glados/boot.nix')
| -rw-r--r-- | hosts/glados/boot.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/glados/boot.nix b/hosts/glados/boot.nix index bba1bef..f936f1e 100644 --- a/hosts/glados/boot.nix +++ b/hosts/glados/boot.nix @@ -9,8 +9,7 @@ ]; boot = { - kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; - kernelParams = ["nohibernate"]; + kernelPackages = pkgs.linuxPackages_latest; bootspec.enable = true; loader.systemd-boot.enable = lib.mkForce false; @@ -19,6 +18,6 @@ enable = true; pkiBundle = "/etc/secureboot"; }; - supportedFilesystems = ["zfs" "ntfs"]; + supportedFilesystems = ["btrfs" "ntfs"]; }; } |
