From 7c4355504e0d282b0d5540949fbdc40e6ba19cbb Mon Sep 17 00:00:00 2001 From: Jimbo Date: Wed, 16 Oct 2024 00:51:44 -0400 Subject: [PATCH] Some changes --- hosts/firefly/system/default.nix | 6 ++++-- hosts/shuttleworth/system/default.nix | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/hosts/firefly/system/default.nix b/hosts/firefly/system/default.nix index 8e784e8..4f31c1d 100644 --- a/hosts/firefly/system/default.nix +++ b/hosts/firefly/system/default.nix @@ -9,8 +9,6 @@ ../../../modules/system/desktop ../../../modules/system/programs ../../../modules/system/services - ../../../overlays - ../../../variables # Devices and hardware ../../../modules/system/devices @@ -18,6 +16,10 @@ ../../../modules/system/devices/video/nvidia ../../../modules/system/devices/networking/firewall/pc + # Misc + ../../../overlays + ../../../variables + # Imports lanzaboote.nixosModules.lanzaboote ]; diff --git a/hosts/shuttleworth/system/default.nix b/hosts/shuttleworth/system/default.nix index 3ade4f6..572ab93 100644 --- a/hosts/shuttleworth/system/default.nix +++ b/hosts/shuttleworth/system/default.nix @@ -1,4 +1,4 @@ -{ config, hardware, ... }: +{ config, lib, hardware, ... }: { imports = [ ./hardware @@ -16,6 +16,10 @@ ../../../modules/system/devices/networking/firewall/pc ../../../modules/system/devices/networking/wireguard/pc + # Extras + ../../../overlays + ../../../variables + # Imports hardware.nixosModules.pine64-pinebook-pro ];