remove specializations
This commit is contained in:
parent
5ab4498942
commit
4d1b839fa9
2 changed files with 0 additions and 23 deletions
|
@ -9,7 +9,6 @@
|
|||
./rollback.nix
|
||||
./secureboot.nix
|
||||
./security.nix
|
||||
./specialisations.nix
|
||||
./virtualisation.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
specialisation = {
|
||||
xanmod = {
|
||||
inheritParentConfig = true;
|
||||
configuration = {
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_xanmod_latest;
|
||||
system.nixos.tags = ["with-xanmod"];
|
||||
};
|
||||
};
|
||||
vanilla = {
|
||||
inheritParentConfig = true;
|
||||
configuration = {
|
||||
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
|
||||
system.nixos.tags = ["with-vanilla"];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue