diff --git a/systems/template/configuration.nix b/systems/template/configuration.nix index a0916fc..6854654 100644 --- a/systems/template/configuration.nix +++ b/systems/template/configuration.nix @@ -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";