init
This commit is contained in:
commit
aae151cee6
33 changed files with 1351 additions and 0 deletions
24
hosts/makise/system/impermanence-configuration.nix
Executable file
24
hosts/makise/system/impermanence-configuration.nix
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
{ inputs
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
];
|
||||
|
||||
environment.persistence."/persist" = {
|
||||
enable = true;
|
||||
hideMounts = true;
|
||||
|
||||
directories = [
|
||||
"/root/.ssh"
|
||||
|
||||
"/etc/nixos"
|
||||
"/etc/ssh"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue