diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/work.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/machines/work.nix b/machines/work.nix index 1e945b2..7fe204b 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -36,9 +36,13 @@ pkgs.kitty ]; + networking.hostName = "work"; sops.age.keyFile = "${config.hm.xdg.configHome}/sops/age/keys.txt"; homebrew = { enable = true; + casks = [ + "docker" + ]; masApps = { tailscale = 1475387142; }; @@ -53,10 +57,6 @@ nix.extraOptions = ''extra-platforms = x86_64-darwin aarch64-darwin ''; - # Create /etc/zshrc that loads the nix-darwin environment. - programs.zsh.enable = true; # default shell on catalina - # programs.fish.enable = true; - # Set Git commit hash for darwin-version. system.configurationRevision = self.rev or self.dirtyRev or null; |
