idk
This commit is contained in:
@@ -53,7 +53,17 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
impermanence.enable = true;
|
impermanence = {
|
||||||
|
enable = true;
|
||||||
|
extraDirectories = [
|
||||||
|
{
|
||||||
|
directory = "/var/cache/ccache";
|
||||||
|
user = "nobody";
|
||||||
|
group = "nobody";
|
||||||
|
mode = "u=rwx,g=rwx,o=rx";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
network = {
|
network = {
|
||||||
hostName = "matt-nixos";
|
hostName = "matt-nixos";
|
||||||
|
|||||||
Reference in New Issue
Block a user