no more crap

This commit is contained in:
joygnu 2024-06-12 12:15:14 +02:00
parent 566073d5c4
commit 7c4ad28c09

View file

@ -36,12 +36,6 @@
./hosts/laptop
];
};
nixosConfigurations.craptop = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
./hosts/craptop
];
};
};
}