This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 14:08:07 -05:00
parent 37d4ac85b2
commit 737e65e994
3 changed files with 5 additions and 8 deletions

View file

@ -1,7 +1,4 @@
{ ... }:
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "24.11"; # Did you read the comment?
}

View file

@ -39,7 +39,7 @@
ringofstorms_common = {
systemName = configuration_name;
boot.grub.enable = true;
boot.systemd.enable = true;
secrets.enable = true;
programs = {
tailnet.enable = true;