summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-02-09 14:03:58 +0100
committerMike Vink <ivi@vinkies.net>2024-02-09 14:03:58 +0100
commit07b74536f26966212d21e2eb7553bcba4a8153f7 (patch)
treeda64e6036894bd6ddb8300dceb9e99842d5f01c4 /machines
parentde08ce3b587b39c12ae7f8e3bae2029e2ad112c9 (diff)
completion
Diffstat (limited to 'machines')
-rw-r--r--machines/work.nix8
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;