This commit is contained in:
Gregory Burd 2023-10-02 16:48:16 +00:00
parent 4c97ea2719
commit 66aad8d708
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, desktop, hostname, inputs, lib, modulesPath, outputs, pkgs, stateVersion, username, ... }:
{ config, desktop, hostname, inputs, lib, modulesPath, outputs, pkgs, platform, stateVersion, username, ... }:
let
# Only enable auto upgrade if current config came from a clean tree
# This avoids accidental auto-upgrades when working locally.

View file

@ -1,4 +1,4 @@
{ inputs, lib, pkgs, ... }:
{ inputs, lib, pkgs, platform, ... }:
{
imports = [
inputs.nixos-hardware.nixosModules.common-cpu-intel