Live : Enable remote build.

This commit is contained in:
Dmitry Voronin 2024-03-09 18:41:11 +00:00
parent ca4b12f084
commit bf299ec25a

View file

@ -236,6 +236,7 @@
{ systemd.timers.autoupdate.wantedBy = nixpkgs.lib.mkForce [ ]; } { systemd.timers.autoupdate.wantedBy = nixpkgs.lib.mkForce [ ]; }
({ pkgs, ... }: { boot.kernelPackages = nixpkgs.lib.mkForce pkgs.linuxPackages; }) ({ pkgs, ... }: { boot.kernelPackages = nixpkgs.lib.mkForce pkgs.linuxPackages; })
./module/Gnome.nix ./module/Gnome.nix
./module/RemoteBuild.nix
]; ];
}; };