aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/copenhagen')
-rw-r--r--hosts/copenhagen/configuration.nix15
-rw-r--r--hosts/copenhagen/home/c.nix15
2 files changed, 0 insertions, 30 deletions
diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix
index 3f6c089..f8fc2f6 100644
--- a/hosts/copenhagen/configuration.nix
+++ b/hosts/copenhagen/configuration.nix
@@ -14,19 +14,4 @@
];
};
};
-
- programs = {
- gnupg.agent = {
- enable = true;
- enableSSHSupport = true;
- };
- };
-
- services = {
- pcscd.enable = true;
- };
-
- environment.systemPackages = with pkgs; [
- ffmpeg
- ];
}
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";
}