Switch spark to profile/site
This commit is contained in:
parent
ee8671e633
commit
944f3f3eaf
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue