diff --git a/hosts/default.nix b/hosts/default.nix index 9c9b58e..b4214fd 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -1,5 +1,4 @@ [ (import ./mac14.nix) - (import ./mac16.nix) (import ./ordio.nix) ] diff --git a/hosts/mac16.nix b/hosts/mac16.nix deleted file mode 100644 index b27e14c..0000000 --- a/hosts/mac16.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ - username = "niccoloborgioli"; - hostName = "mac16"; - platform = "aarch64-darwin"; - - extras = { - casks = [ - "phpstorm" - "datagrip" - "tailscale" - "android-studio" - ]; - pkgs = - pkgs: with pkgs; [ - phrase-cli - boundary - awscli2 - _1password-cli - vault - ]; - }; -}