Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot
This commit is contained in:
parent
0ab856b18e
commit
b3ba7481d8
107 changed files with 437 additions and 696 deletions
|
@ -1,12 +1,17 @@
|
|||
{ impermanence, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ impermanence.nixosModules.impermanence ];
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
"/storage"
|
||||
"/var/lib/nixos"
|
||||
{
|
||||
directory = "/var/lib/nixos";
|
||||
mode = "0700";
|
||||
}
|
||||
{
|
||||
directory = "/var/lib/nixos-containers";
|
||||
mode = "0700";
|
||||
}
|
||||
];
|
||||
files = [ "/etc/machine-id" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue