From aa94424db16cd977c3ffc2c2f7223839f4d206b5 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 21 Aug 2022 00:23:09 +0200 Subject: Set non persistance as the default --- hosts/phobos/default.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'hosts/phobos/default.nix') diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index c31d832..5bdd524 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -1,8 +1,6 @@ { config, pkgs, lib, secrets, hostname, inputs, user, ... }: { imports = [ - "${inputs.impermanence}/nixos.nix" - ./hardware.nix ../../modules/bluetooth @@ -37,17 +35,6 @@ ''; */ - environment.persistence."/persist" = { - directories = [ - "/var/log" - "/var/lib" - ]; - files = [ - "/etc/machine-id" - "/etc/nix/id_rsa" - ]; - }; - environment.etc."nix-index/files".source = inputs.nix-index.legacyPackages.x86_64-linux.database; } -- cgit 1.4.1