Add opencode models
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user