Add core to suites

This commit is contained in:
Bad 2021-06-03 17:27:35 +02:00
parent 71563734ca
commit 94bc4c00e0
2 changed files with 2 additions and 3 deletions

View file

@ -71,8 +71,8 @@
};
profiles = [ ./profiles ./users ];
suites = { profiles, users, ... }: with profiles; rec {
base = [ users.root ];
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn tor ];
base = [ core users.root ];
workstation = [ base sway develop game profiles.workstation ssh flatpak torrents pwn tor ];
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
};

View file

@ -2,7 +2,6 @@
let inherit (lib) fileContents;
in
{
imports = [ ../cachix ];
nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];