From a6c4808dea85431d8dabb841bb6b276c8f7f938a Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 11 Oct 2024 22:49:23 -0500 Subject: [PATCH] updates --- flake.lock | 39 +++++++++++++++++++++++++++++++++++++ hosts/lio/configuration.nix | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 370c234..0325cef 100644 --- a/flake.lock +++ b/flake.lock @@ -250,6 +250,43 @@ "type": "github" } }, + "lio_home-manager": { + "inputs": { + "nixpkgs": [ + "lio_nixpkgs" + ] + }, + "locked": { + "lastModified": 1726989464, + "narHash": "sha256-Vl+WVTJwutXkimwGprnEtXc/s/s8sMuXzqXaspIGlwM=", + "owner": "nix-community", + "repo": "home-manager", + "rev": "2f23fa308a7c067e52dfcc30a0758f47043ec176", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "release-24.05", + "repo": "home-manager", + "type": "github" + } + }, + "lio_nixpkgs": { + "locked": { + "lastModified": 1728500571, + "narHash": "sha256-dOymOQ3AfNI4Z337yEwHGohrVQb4yPODCW9MDUyAc4w=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "d51c28603def282a24fa034bcb007e2bcb5b5dd0", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-24.05", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1728241625, @@ -1185,6 +1222,8 @@ "h002_nixpkgs": "h002_nixpkgs", "joe_home-manager": "joe_home-manager", "joe_nixpkgs": "joe_nixpkgs", + "lio_home-manager": "lio_home-manager", + "lio_nixpkgs": "lio_nixpkgs", "nixpkgs_stable": "nixpkgs_stable", "nypkgs": "nypkgs", "ragenix": "ragenix", diff --git a/hosts/lio/configuration.nix b/hosts/lio/configuration.nix index 5536b69..d1e5402 100644 --- a/hosts/lio/configuration.nix +++ b/hosts/lio/configuration.nix @@ -18,7 +18,7 @@ tty_caps_esc.enable = true; docker.enable = true; fonts.enable = true; - nebula.enable = true; + # nebula.enable = true; ssh.enable = true; # stormd.enable = true; # TODO figure out why this is failing };