Add impermanence to template
parent
4e53d30be4
commit
7ae9f55095
|
@ -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…
Reference in New Issue