diff --git a/darwin-common.nix b/darwin-common.nix index 6a1f40e9..d2becc57 100644 --- a/darwin-common.nix +++ b/darwin-common.nix @@ -9,6 +9,8 @@ systems = ["x86_64-linux"]; sshUser = "ragon"; hostName = "ds9"; + sshKey = "/Users/ragon/.ssh/id_ed25519"; + publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUorQkJYdWZYQUpoeVVIVmZocWxrOFk0ekVLSmJLWGdKUXZzZEU0ODJscFYgcm9vdEBpc28K"; }]; nix.extraOptions = '' builders-use-substitutes = true diff --git a/hosts/daedalus/default.nix b/hosts/daedalus/default.nix index 7c6b3a7d..12ec00d4 100644 --- a/hosts/daedalus/default.nix +++ b/hosts/daedalus/default.nix @@ -12,17 +12,29 @@ with lib.my; homebrew = { enable = true; autoUpdate = true; - casks = [ "hammerspoon" "amethyst" "android-platform-tools" "alfred" "ukelele" "homebrew/cask-drivers/zsa-wally" "lens" "logseq" "discord"]; - masApps = { # Install Mac App Store apps (install them manually and then do `mas list` to get the id) - "AdGuard for Safari" = 1440147259; - "Xcode" = 497799835; - "Home Assistant" = 1099568401; - "WireGuard" = 1451685025; - "UTM" = 1538878817; - "Bitwarden" = 1352778147; - "Shareful" = 1522267256; + casks = [ + "hammerspoon" + "amethyst" + "android-platform-tools" + "alfred" + "ukelele" + "homebrew/cask-drivers/zsa-wally" + "lens" + "logseq" + "discord" + "vlc" + ]; + masApps = { + # Install Mac App Store apps (install them manually and then do `mas list` to get the id) + "AdGuard for Safari" = 1440147259; + "Xcode" = 497799835; + "Home Assistant" = 1099568401; + "WireGuard" = 1451685025; + "UTM" = 1538878817; + "Bitwarden" = 1352778147; + "Shareful" = 1522267256; "app.seashore" = 1448648921; - "Tailscale" = 1475387142; + "Tailscale" = 1475387142; }; };