This commit is contained in:
fwastring 2025-05-22 12:05:02 +02:00
parent 3d54b62018
commit 3b244da86b
6 changed files with 68 additions and 36 deletions

View file

@ -83,7 +83,15 @@
inherit inputs outputs;
myhostname = "work-desktop";
};
modules = [ ./maskiner/work-desktop/configuration.nix ];
modules = [
(
{ nixpkgs, ... }:
{
nixpkgs.overlays = [ overlay-unstable ];
}
)
./maskiner/work-desktop/configuration.nix
];
};
lillen = nixpkgs.lib.nixosSystem {
specialArgs = {