From 944f3f3eafb38b104234fa052361d485f7c62e4f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Aug 2020 23:18:51 -0700 Subject: [PATCH] Switch spark to profile/site --- hosts/spark.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/spark.nix b/hosts/spark.nix index b8a6834..e86fc06 100644 --- a/hosts/spark.nix +++ b/hosts/spark.nix @@ -6,8 +6,6 @@ let in { imports = [ ../defaults.nix - ../networks/sea.fudo.org.nix - ../profiles/desktop.nix ../hardware-configuration.nix ]; @@ -29,6 +27,12 @@ in { wireshark ]; + fudo.common = { + profile = "desktop"; + site = "seattle"; + enable-gui = true; + }; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi = {