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