remove ordio

This commit is contained in:
2025-11-02 15:52:51 +01:00
parent b7271cf816
commit 43c0dc2035
3 changed files with 0 additions and 34 deletions

View File

@@ -1,5 +1,4 @@
[ [
(import ./mac14.nix) (import ./mac14.nix)
(import ./ordio.nix)
(import ./1k5.nix) (import ./1k5.nix)
] ]

View File

@@ -1,33 +0,0 @@
{
username = "nicco";
hostName = "ordio";
platform = "aarch64-darwin";
sshKey = "ordio";
extras = {
casks = [
"tableplus"
"http-toolkit"
"phpstorm"
"notion"
];
pkgs =
pkgs: with pkgs; [
mkcert
dnsmasq
awscli2
mysql84
cocoapods
xcodes
# For projects
pixman
pkg-config
pango
libpng
giflib
librsvg
python313Packages.setuptools
];
};
}

Binary file not shown.