tried fixing config

This commit is contained in:
Harry 2024-10-12 22:21:23 +02:00
parent a2f761d5ef
commit d35814cc6a
2 changed files with 9 additions and 1 deletions

View file

@ -96,6 +96,12 @@
inherit specialArgs; inherit specialArgs;
}; };
modules = [ modules = [
(
{ ... }:
{
nix.registry.nixpkgs.flake = nixpkgs;
}
)
./hosts/dionysos/configuration.nix ./hosts/dionysos/configuration.nix
]; ];
format = "proxmox"; format = "proxmox";

View file

@ -1,9 +1,11 @@
{ {
config, config,
pkgs, pkgs,
username,
... ...
}: }:
let
username = "harry123";
in
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
weechat weechat