diff options
| author | adikro <adikro@disroot.org> | 2025-12-18 21:04:00 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-18 21:04:00 +0100 |
| commit | e60410393cea222b16743a1a87f29c06b9b3543b (patch) | |
| tree | 8a574048613f6b13024795bd710b824b40f5db18 /modules/boot.nix | |
| parent | ea3bf9c87ee72d6da5ea2316b229082c7fc9cdf6 (diff) | |
rewrite of system modules, hm modules are next
Diffstat (limited to 'modules/boot.nix')
| -rw-r--r-- | modules/boot.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/boot.nix b/modules/boot.nix deleted file mode 100644 index 9a90734..0000000 --- a/modules/boot.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ pkgs, ... }: -{ - boot = { - loader = { - efi.canTouchEfiVariables = true; - systemd-boot = { - enable = true; - editor = false; - configurationLimit = null; - }; - timeout = 0; - }; - - supportedFilesystems = [ "ntfs" ]; - initrd.kernelModules = [ "amdgpu" "kvm-amd" ]; - kernelParams = [ - "video=DP-1:2560x1440@240" - "quiet" - ]; - kernelPackages = pkgs.linuxPackages_cachyos-lto-znver4; - # kernelPackages = pkgs.linuxPackages_latest; - }; -} |
