{ ... }:
{
imports = [
./crans
./services
];
nix = {
settings = {
experimental-features = [
"flakes"
"nix-command"
auto-optimise-store = true;
};
nixpkgs.config = {
allowUnfree = true;
boot.tmp = {
useTmpfs = true;
cleanOnBoot = true;
}