diff --git a/hosts/h001/configuration.nix b/hosts/h001/configuration.nix index 31575b9..96ce2ae 100644 --- a/hosts/h001/configuration.nix +++ b/hosts/h001/configuration.nix @@ -1,7 +1,4 @@ { ... }: { - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - system.stateVersion = "24.11"; # Did you read the comment? } diff --git a/hosts/h001/flake.nix b/hosts/h001/flake.nix index a49f185..ef45406 100644 --- a/hosts/h001/flake.nix +++ b/hosts/h001/flake.nix @@ -39,7 +39,7 @@ ringofstorms_common = { systemName = configuration_name; - boot.grub.enable = true; + boot.systemd.enable = true; secrets.enable = true; programs = { tailnet.enable = true; diff --git a/hosts/lio/flake.lock b/hosts/lio/flake.lock index 0faa78c..602500b 100644 --- a/hosts/lio/flake.lock +++ b/hosts/lio/flake.lock @@ -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" },