From 787df3a240cf591cfe42b2db3036f903925d3d97 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 23 Jul 2023 20:24:44 -0400 Subject: hosts: init caroline --- hosts/caroline/default.nix | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 hosts/caroline/default.nix (limited to 'hosts/caroline/default.nix') diff --git a/hosts/caroline/default.nix b/hosts/caroline/default.nix new file mode 100644 index 0000000..343c1cb --- /dev/null +++ b/hosts/caroline/default.nix @@ -0,0 +1,26 @@ +{pkgs, ...}: { + imports = [ + ../../users/seth + ]; + + home-manager.users.seth = { + imports = [ + ../../users/seth/programs/firefox.nix + ]; + + home.packages = with pkgs; [ + discord-canary + iterm2 + spotify + ]; + }; + + networking = rec { + computerName = "caroline"; + hostName = computerName; + }; + + nix.settings.trusted-users = ["seth"]; + + services.tailscale.enable = true; +} -- cgit v1.2.3