summaryrefslogtreecommitdiff
path: root/hosts/caroline/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/caroline/default.nix')
-rw-r--r--hosts/caroline/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/hosts/caroline/default.nix b/hosts/caroline/default.nix
deleted file mode 100644
index 43dc82f..0000000
--- a/hosts/caroline/default.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-_: {
- desktop = {
- homebrew.enable = true;
- gpg.enable = true;
- };
-
- homebrew.casks = ["arc"];
-
- networking = rec {
- computerName = "caroline";
- hostName = computerName;
- };
-
- nix.settings.trusted-users = ["seth"];
-
- services.tailscale.enable = true;
-}