add(tmp): make /tmp an actual tmpfs
This commit is contained in:
parent
ddbe5c35c5
commit
5129239a24
4 changed files with 38 additions and 5 deletions
|
@ -56,16 +56,17 @@ with lib.${namespace};
|
|||
cinny = enabled;
|
||||
ente-auth = enabled;
|
||||
restic = enabled;
|
||||
linkwarden = {
|
||||
enable = true;
|
||||
secretsFile = "/run/secrets/linkwarden";
|
||||
};
|
||||
linkwarden = enabled;
|
||||
forgejo = enabled;
|
||||
};
|
||||
|
||||
#container.invidious = enabled;
|
||||
|
||||
system.sops = enabled;
|
||||
system = {
|
||||
sops = enabled;
|
||||
tmpfs = enabled;
|
||||
};
|
||||
|
||||
cli.neovim = enabled;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue