WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit ef48ffc9be - Show all commits

View file

@ -7,11 +7,5 @@
];
networking.hostName = "Mirkwood";
boot = {
initrd = {
luks.devices."luks-cf2ca44e-d8d1-4ec8-a072-921f29ed693d".device = "/dev/disk/by-uuid/cf2ca44e-d8d1-4ec8-a072-921f29ed693d";
kernelModules = [ "amdgpu" ];
};
};
boot.initrd.kernelModules = [ "amdgpu" ];
}