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;

8
hosts/lio/flake.lock generated
View file

@ -32,11 +32,11 @@
"ragenix": "ragenix"
},
"locked": {
"lastModified": 1745881365,
"narHash": "sha256-ihAOLcQf9VGLCW94POGL+aoqLK9zvC05IYEYg0GAjmY=",
"lastModified": 1745953495,
"narHash": "sha256-8FzNmiQ4FuAk3Lz1vP3Up2npluYPXe5eos05h3npvrA=",
"ref": "refs/heads/master",
"rev": "e671f877d9a07907d07bd3dfdad581aa09c057fc",
"revCount": 408,
"rev": "37d4ac85b2450a407d8528aef1f5de38fbabb72d",
"revCount": 413,
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
},