no more crap

This commit is contained in:
joy 2024-06-12 12:15:14 +02:00
parent 89ae952e33
commit c73c65dd08

View file

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