Add opencode models

This commit is contained in:
Martin Pander
2026-02-12 12:56:18 +01:00
parent 240c838a7b
commit 80fb31ffe1
2 changed files with 9 additions and 0 deletions

View File

@@ -18,5 +18,11 @@
shell = pkgs.zsh;
};
fileSystems."/home/pan/pro" = {
device = "/dev/disk/by-uuid/9a37862c-85db-4434-b06a-ec8c2713ecc9";
fsType = "ext4"; # or xfs, etc.
options = [ "defaults" "nofail" "x-systemd.automount" ];
};
system.stateVersion = "25.05";
}