From 2667d3877d72f6cf3aa310203262631e43fe6d71 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Apr 2025 18:48:49 -0700 Subject: migration: misc copenhagen config --- hosts/copenhagen/home/c.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'hosts/copenhagen/home/c.nix') diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix index 5212ddd..3420731 100644 --- a/hosts/copenhagen/home/c.nix +++ b/hosts/copenhagen/home/c.nix @@ -7,17 +7,6 @@ ../../../roles/home ]; - home.persistence."/persist/home/c" = { - allowOther = true; - - directories = [ - ".gnupg" - ".ssh" - - ".local/bin" - ]; - }; - home.roles = { dev = { enable = true; @@ -25,9 +14,5 @@ }; }; - home.packages = with pkgs; [ - cloc - ]; - home.stateVersion = "23.11"; } -- cgit v1.2.3