Enable auto-upgrade only on the main desktop system

Otherwise I might get a lot of merge conflicts.
This commit is contained in:
Andreas Zweili 2022-11-16 12:10:34 +01:00
parent 7d33060587
commit 01567614ac
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
{ custom }: { pkgs, ... }:
{
imports = [
(import "${custom.inputs.self}/modules/auto-upgrade" { inherit custom; })
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
(import "${custom.inputs.self}/modules/droidcam" { inherit custom; })
(import "${custom.inputs.self}/modules/email" { inherit custom; })

View File

@ -4,6 +4,7 @@
custom.inputs.nixos-hardware.nixosModules.dell-precision-5530
custom.inputs.nixos-hardware.nixosModules.common-gpu-nvidia
custom.inputs.nixos-hardware.nixosModules.common-gpu-intel
(import "${custom.inputs.self}/modules/auto-upgrade" { inherit custom; })
"${custom.inputs.self}/hardware/bluetooth"
"${custom.inputs.self}/hardware/nvidia"
"${custom.inputs.self}/hardware/dvd"