diff --git a/flake.lock b/flake.lock index 667141c..a330f03 100644 --- a/flake.lock +++ b/flake.lock @@ -770,16 +770,16 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1674247172, - "narHash": "sha256-6gbmukIy81hh95YS7xIFfHjhOCcwIuw37mEopJSsIzs=", - "owner": "nixos", + "lastModified": 1674312249, + "narHash": "sha256-Igic/R+QO0WUEIhsZItLIvEpASPNT67Pphrdahu7vXI=", + "owner": "NULLx76", "repo": "nixpkgs", - "rev": "f043916573c888930442d101ff4adc2e4cae3665", + "rev": "3135de503ffd877d8b4a92330693e4abc4910f00", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable-small", + "owner": "NULLx76", + "ref": "0x76", "repo": "nixpkgs", "type": "github" } @@ -855,11 +855,11 @@ }, "nur": { "locked": { - "lastModified": 1674290152, - "narHash": "sha256-2FPfuRPknBrg2ZBBa3latWxbbComAXLizS1ShsJHuLc=", + "lastModified": 1674308735, + "narHash": "sha256-9biyeQ439FR4FYCHlKych5by7UrwU/Qr/63R13L9M/4=", "owner": "nix-community", "repo": "NUR", - "rev": "0eb18ae5ae3a5ff8cdef5a0c956d11cc414d757f", + "rev": "ca66f7c9b8c233305f7635dd9c9f73f0e3c4e9fe", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 8ae64e6..7a57b00 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ # * https://github.com/Infinidoge/nix-minecraft inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; + nixpkgs.url = "github:NULLx76/nixpkgs/0x76"; nixpkgs_22-11.url = "github:nixos/nixpkgs/nixos-22.11"; nur.url = "github:nix-community/NUR"; diff --git a/nixos/hosts/thalassa/aoife/home/default.nix b/nixos/hosts/thalassa/aoife/home/default.nix index 7b52b15..855fe91 100644 --- a/nixos/hosts/thalassa/aoife/home/default.nix +++ b/nixos/hosts/thalassa/aoife/home/default.nix @@ -14,7 +14,7 @@ in { imports = [ ./dconf.nix ./theme.nix - # ./neovim.nix + ./neovim.nix ]; home.packages = with pkgs; [ diff --git a/nixos/hosts/thalassa/aoife/home/neovim.nix b/nixos/hosts/thalassa/aoife/home/neovim.nix index 67f7195..d12dda7 100644 --- a/nixos/hosts/thalassa/aoife/home/neovim.nix +++ b/nixos/hosts/thalassa/aoife/home/neovim.nix @@ -44,7 +44,6 @@ lsp = { enable = true; servers.rust-analyzer.enable = true; - servers.sumneko_lua.enable = false; servers.rnix-lsp.enable = true; servers.pyright.enable = true; servers.elixirls.enable = true; diff --git a/nixos/templates/proxmox-lxc.nix b/nixos/templates/proxmox-lxc.nix index d917eec..b8c11ac 100644 --- a/nixos/templates/proxmox-lxc.nix +++ b/nixos/templates/proxmox-lxc.nix @@ -21,8 +21,6 @@ time.timeZone = lib.mkDefault "Europe/Amsterdam"; - networking.useDHCP = true; - system.stateVersion = "23.05"; users.users.root.initialPassword = "toor";