this repo has no description
2
fork

Configure Feed

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

disable systemd emergency mode for box

+3
+3
hosts/box/configuration.nix
··· 11 11 ./hardware-configuration.nix 12 12 ]; 13 13 14 + # No systemd emergency mode (can't reliably be accessed over SSH) 15 + systemd.enableEmergencyMode = false; 16 + 14 17 # Use the GRUB 2 boot loader. 15 18 boot.loader.efi.canTouchEfiVariables = false; 16 19 boot.loader.efi.efiSysMountPoint = "/boot/efi";