From d35814cc6a7fc284ac6b7ead11d7fca66af4bea1 Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 12 Oct 2024 22:21:23 +0200 Subject: [PATCH] tried fixing config --- flake.nix | 6 ++++++ hosts/dionysos/configuration.nix | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f9c00de..c5d9ff8 100644 --- a/flake.nix +++ b/flake.nix @@ -96,6 +96,12 @@ inherit specialArgs; }; modules = [ + ( + { ... }: + { + nix.registry.nixpkgs.flake = nixpkgs; + } + ) ./hosts/dionysos/configuration.nix ]; format = "proxmox"; diff --git a/hosts/dionysos/configuration.nix b/hosts/dionysos/configuration.nix index bdd3af2..56a94e0 100644 --- a/hosts/dionysos/configuration.nix +++ b/hosts/dionysos/configuration.nix @@ -1,9 +1,11 @@ { config, pkgs, - username, ... }: +let + username = "harry123"; +in { environment.systemPackages = with pkgs; [ weechat