Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 61ba8a8c85365ac8effbb1690d9eddbce9d11d3b 10 lines 274 B view raw
1{ ... }: 2{ 3 # Use the systemd-boot EFI boot loader. 4 boot.loader.systemd-boot.enable = true; 5 boot.loader.efi.canTouchEfiVariables = true; 6 7 boot.supportedFilesystems = [ "zfs" ]; 8 boot.zfs.forceImportRoot = false; 9 boot.zfs.extraPools = [ "shokuhou" "mentalout" ]; 10}