Skip to content

Commit

Permalink
nix: mas is broken on Monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedelgabri committed Jan 8, 2022
1 parent e6a453b commit 3d91484
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions nix/hosts/ahmed-at-work.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@

# Requires to be logged in to the AppStore
# Cleanup doesn't work automatically if you add/remove to list
homebrew.masApps = {
Twitter = 1482454543;
Sip = 507257563;
Xcode = 497799835;
Guidance = 412759995;
WireGuard = 1451685025;
};
# homebrew.masApps = {
# Twitter = 1482454543;
# Sip = 507257563;
# Xcode = 497799835;
# Guidance = 412759995;
# WireGuard = 1451685025;
# };

# Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
Expand Down
26 changes: 13 additions & 13 deletions nix/hosts/pandoras-box.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@

# Requires to be logged in to the AppStore
# Cleanup doesn't work automatically if you add/remove to list
homebrew.masApps = {
Guidance = 412759995;
NextDNS = 1464122853;
Dato = 1470584107;
"Day One" = 1055511498;
WireGuard = 1451685025;
Tweetbot = 1384080005;
Todoist = 585829637;
Sip = 507257563;
Irvue = 1039633667;
Telegram = 747648890;
Tailscale = 1475387142;
};
# homebrew.masApps = {
# Guidance = 412759995;
# NextDNS = 1464122853;
# Dato = 1470584107;
# "Day One" = 1055511498;
# WireGuard = 1451685025;
# Tweetbot = 1384080005;
# Todoist = 585829637;
# Sip = 507257563;
# Irvue = 1039633667;
# Telegram = 747648890;
# Tailscale = 1475387142;
# };

networking = { hostName = "pandoras-box"; };

Expand Down

0 comments on commit 3d91484

Please sign in to comment.