This commit is contained in:
Spectre 2024-06-08 15:16:58 +02:00
parent ae0a5ed865
commit 3e5c368a86

View file

@ -11,6 +11,9 @@
specialArgs = inputs;
in {
base = nixpkgs.lib.nixosSystem {
inherit system specialArgs;
modules = [
./common.nix
conf.extraConfig
@ -18,6 +21,7 @@ in {
./base.nix
./boot.nix
];
};
full = nixpkgs.lib.nixosSystem {