Add impermanence to template
This commit is contained in:
parent
4e53d30be4
commit
7ae9f55095
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
modulesPath,
|
||||
...
|
||||
}:
|
||||
|
@ -6,6 +7,7 @@
|
|||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
imports = [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
|
Loading…
Add table
Reference in a new issue