Changed configuration
This commit is contained in:
parent
323b8af5aa
commit
293fad6bf8
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./configuration.nix
|
||||||
|
|
||||||
# Import modules
|
# Import modules
|
||||||
../../modules/system/default.nix
|
../../modules/system/default.nix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user