aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/home
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-04-14 18:56:59 -0700
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:54 -0700
commite486d896215e7ef04438809952bc7317512d5765 (patch)
tree01056384b090c6081668fd3347237bbc94d3fdde /hosts/copenhagen/home
parent2667d3877d72f6cf3aa310203262631e43fe6d71 (diff)
migration: copenhagen c user
Diffstat (limited to 'hosts/copenhagen/home')
-rw-r--r--hosts/copenhagen/home/c.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix
deleted file mode 100644
index 3420731..0000000
--- a/hosts/copenhagen/home/c.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ config, lib, pkgs, inputs, ...}:
-
-{
- imports = [
- inputs.impermanence.nixosModules.home-manager.impermanence
-
- ../../../roles/home
- ];
-
- home.roles = {
- dev = {
- enable = true;
- key = "DE64538967CA0C68";
- };
- };
-
- home.stateVersion = "23.11";
-}