Add impermanence to template

main
kalle 2025-02-04 02:42:40 +01:00
parent 4e53d30be4
commit 7ae9f55095
1 changed files with 2 additions and 0 deletions

View File

@ -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";