Switch spark to profile/site

This commit is contained in:
root 2020-08-30 23:18:51 -07:00
parent ee8671e633
commit 944f3f3eaf
1 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,6 @@ let
in { in {
imports = [ imports = [
../defaults.nix ../defaults.nix
../networks/sea.fudo.org.nix
../profiles/desktop.nix
../hardware-configuration.nix ../hardware-configuration.nix
]; ];
@ -29,6 +27,12 @@ in {
wireshark wireshark
]; ];
fudo.common = {
profile = "desktop";
site = "seattle";
enable-gui = true;
};
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi = { boot.loader.efi = {