Changed configuration

This commit is contained in:
xeovalyte 2025-04-24 16:40:15 +02:00
parent 323b8af5aa
commit 293fad6bf8
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw
2 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,6 @@
specialArgs = { inherit inputs; }; specialArgs = { inherit inputs; };
modules = [ modules = [
({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; }) ({ config, pkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
/etc/nixos/configuration.nix
./hosts/th-vrt-ctr01 ./hosts/th-vrt-ctr01
]; ];
}; };

View File

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
./configuration.nix
# Import modules # Import modules
../../modules/system/default.nix ../../modules/system/default.nix