mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 05:19:33 +01:00
tried fixing config
This commit is contained in:
parent
a2f761d5ef
commit
d35814cc6a
|
@ -96,6 +96,12 @@
|
|||
inherit specialArgs;
|
||||
};
|
||||
modules = [
|
||||
(
|
||||
{ ... }:
|
||||
{
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
}
|
||||
)
|
||||
./hosts/dionysos/configuration.nix
|
||||
];
|
||||
format = "proxmox";
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
let
|
||||
username = "harry123";
|
||||
in
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
weechat
|
||||
|
|
Loading…
Reference in a new issue